Commit de7ab85dc614ba702a89f3f0c761c68ee1e00fda

Carlos Martín Nieto 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.