kmx git
login
register
thodg
/
libgit2
/
tests-clar/revwalk/mergebase.c
tests-clar/revwalk/mergebase.c
Log
Author
Commit
Date
CI
Message
7327a090
2012-05-13T12:21:00
mergebase: enhance test code coverage
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.