Files
git/commit.c
Junio C Hamano dc3806d396 in_merge_bases(): optimization
The callers of in_merge_bases() are interested in finding out if
the given commit is reachable from others, and we do not have to
compute the true merge base.

Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-01-09 17:57:03 -08:00

27 KiB