author | Junio C Hamano <junkio@cox.net> | |
Tue, 9 Jan 2007 07:22:31 +0000 (23:22 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 10 Jan 2007 01:57:03 +0000 (17:57 -0800) | ||
commit | 03840fc32d783be6750bf7e41a89687b8c3053eb | |
tree | 8653bc787e3eee04d2fad107b32c1fe12e7fe05f | tree | snapshot |
parent | 71dfbf224ff980f4085f75868dc409118418731e | commit | diff |
Allow in_merge_bases() to take more than one reference commits.
The internal function in_merge_bases(A, B) is used to make sure
that commit A is an ancestor of commit B. This changes the
signature of it to take an array of B's and updates its current
callers.
Signed-off-by: Junio C Hamano <junkio@cox.net>
The internal function in_merge_bases(A, B) is used to make sure
that commit A is an ancestor of commit B. This changes the
signature of it to take an array of B's and updates its current
callers.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-branch.c | diff | blob | history | |
builtin-reflog.c | diff | blob | history | |
commit.c | diff | blob | history | |
commit.h | diff | blob | history |