summaryrefslogtreecommitdiff
path: root/merge-base.c
AgeCommit message (Expand)Author
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin
2006-06-29refactor merge_bases() as preparation to libify merge-baseJohannes Schindelin
2006-05-17merge-base: Clarify the comments on post processing.Junio C Hamano
2006-05-08Separate object name errors from usage errorsDmitry V. Levin
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-11-11merge-base: avoid unnecessary postprocessing.Junio C Hamano
2005-11-11merge-base: fully contaminate the well.Junio C Hamano
2005-08-24Try to find the optimum merge base while resolving.Junio C Hamano
2005-08-12merge-base.c: pathological case fix.Junio C Hamano
2005-08-12[PATCH] Speed up git-merge-base a lotLinus Torvalds
2005-07-31Fix merge-base from getting confused.Linus Torvalds
2005-05-20sparse cleanupLinus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-18merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24[PATCH] Replace merge-base implementationDaniel Barkalow
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds