diff options
author | Linus Torvalds <torvalds@osdl.org> | 2005-07-31 00:10:20 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-31 07:58:21 +0200 |
commit | 4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2 (patch) | |
tree | c483c133b7e04c27d639ae71a6f73ef5c4f25b88 /pack-check.c | |
parent | [PATCH] Making it easier to find which change introduced a bug (diff) | |
download | git-4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2.tar.xz git-4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2.zip |
Fix merge-base from getting confused.
On Sat, 30 Jul 2005, Linus Torvalds wrote:
>
> Yup, it's git-merge-base, and it is confused by the same thing that
> confused git-rev-list.
Hmm.. Here's a tentative fix. I'm not really happy with it, and maybe
somebody else can come up with a better one. I think this one ends up
being quite a bit more expensive than the old one (it will look up _all_
common parents that have a child that isn't common, and then select the
newest one of the bunch), but I haven't really thought it through very
much.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'pack-check.c')
0 files changed, 0 insertions, 0 deletions