aboutsummaryrefslogtreecommitdiff
path: root/merge-base.c
Commit message (Expand)AuthorAge
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-02
* move get_merge_bases() to core lib.Johannes Schindelin2006-06-29
* refactor merge_bases() as preparation to libify merge-baseJohannes Schindelin2006-06-29
* merge-base: Clarify the comments on post processing.Junio C Hamano2006-05-16
* Separate object name errors from usage errorsDmitry V. Levin2006-05-08
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-23
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-28
* merge-base: avoid unnecessary postprocessing.Junio C Hamano2005-11-11
* merge-base: fully contaminate the well.Junio C Hamano2005-11-11
* Try to find the optimum merge base while resolving.Junio C Hamano2005-08-23
* merge-base.c: pathological case fix.Junio C Hamano2005-08-11
* [PATCH] Speed up git-merge-base a lotLinus Torvalds2005-08-11
* Fix merge-base from getting confused.Linus Torvalds2005-07-30
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-19
* merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds2005-05-18
* Add "get_sha1()" helper function.Linus Torvalds2005-05-01
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-23
* [PATCH] Replace merge-base implementationDaniel Barkalow2005-04-23
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-18
|\
| * [PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow2005-04-18
* | Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-17
|/
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-17