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.
Showing
tests-clar/revwalk/mergebase.c
0 → 100644
Please
register
or
sign in
to comment