Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-07merge::workdir::dirty: update to use `st_ctime_nsec`Edward Thomson
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2016-02-11merge tests: correct castsEdward Thomson
2015-09-19cmake: Only provide USE_NSEC if struct stat members are avilable.Axel Rasmussen
2015-09-19cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen
2015-06-22merge: work around write-side racy protection when hacking the indexCarlos Martín Nieto
2015-06-16merge::workdir::dirty: tick idx to defeat racy-gitEdward Thomson
2015-03-03reset: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-10-27s/git_merge_head/git_annotated_commitEdward Thomson
2014-08-03Allow to propagate checkout callbacks to git HARD resetSven Strickroth
2014-07-02git_checkout_index: checkout other indexesEdward Thomson
2014-04-24merge: checkout default shouldn't clobber givenEdward Thomson
2014-04-24merge: default checkout strategy for should be SAFEEdward Thomson
2014-03-20Remove `git_merge_result` as it's now unnecessaryEdward Thomson
2014-03-20Update git_merge_tree_opts to git_merge_optionsEdward Thomson
2014-03-20Change signature of `git_merge` to take merge and checkout optsEdward Thomson
2014-02-06Fix a few references to changed function signaturesBen Straub
2014-02-04Test that emulates a strange filter implementationEdward Thomson
2014-02-04Tests merging staged files identical to resultEdward Thomson
2014-02-04Tests merge when changes exist in workdir/indexEdward Thomson