aboutsummaryrefslogtreecommitdiffstats
path: root/merge-base.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-16merge-base: Clarify the comments on post processing.Junio C Hamano1-3/+6
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-3/+5
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+1
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-11-11merge-base: avoid unnecessary postprocessing.Junio C Hamano1-34/+43
2005-11-11merge-base: fully contaminate the well.Junio C Hamano1-1/+77
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