aboutsummaryrefslogtreecommitdiffstats
path: root/merge-base.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-23Try to find the optimum merge base while resolving.Junio C Hamano1-14/+38
2005-08-11merge-base.c: pathological case fix.Junio C Hamano1-6/+68
2005-08-11[PATCH] Speed up git-merge-base a lotLinus Torvalds1-7/+22
2005-07-30Fix merge-base from getting confused.Linus Torvalds1-38/+36
2005-05-20sparse cleanupLinus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-1/+1
2005-05-18merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds1-2/+2
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-2/+2
2005-04-23[PATCH] Allow multiple date-ordered listsDaniel Barkalow1-21/+5
2005-04-23[PATCH] Replace merge-base implementationDaniel Barkalow1-48/+44
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds1-38/+76
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow1-42/+80
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds1-4/+1
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds1-0/+57