aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2005-07-30 15:10:20 -0700
committerJunio C Hamano <junkio@cox.net>2005-07-30 22:58:21 -0700
commit4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2 (patch)
treec483c133b7e04c27d639ae71a6f73ef5c4f25b88 /Makefile
parent8cc6a083198877fc32224b73c61ec6e6cf8a96f5 (diff)
downloadgit-4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2.tar.gz
git-4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2.tar.xz
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 'Makefile')
0 files changed, 0 insertions, 0 deletions