tests-clar/revwalk/mergebase.c


Log

Author Commit Date CI Message
Michael Schubert 8060cdc9 2012-09-27T14:59:43 revwalk: fix off-by-one error Fixes #921.
Vicent Marti 8c4c357f 2012-06-19T02:43:36 clar: Fix warnings
nulltoken b46bdb22 2012-05-25T16:28:53 merge: Expose git_merge_base_many()
nulltoken 6183f0e2 2012-06-07T14:55:24 merge: cleanup tests
Vicent Martí 904b67e6 2012-05-18T01:48:50 errors: Rename error codes
Vicent Martí e172cf08 2012-05-18T01:21:06 errors: Rename the generic return codes
nulltoken 7327a090 2012-05-13T12:21:00 mergebase: enhance test code coverage
Carlos Martín Nieto de7ab85d 2012-03-03T03:31:51 Implement git_merge_base() It's implemented in revwalk.c so it has access to the revision walker's commit cache and related functions. The algorithm is the one used by git, modified so it fits better with the library's functions.