summaryrefslogtreecommitdiff
path: root/merge-base.c
Commit message (Expand)AuthorAgeFilesLines
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-021-1/+1
* move get_merge_bases() to core lib.Johannes Schindelin2006-06-291-238/+0
* refactor merge_bases() as preparation to libify merge-baseJohannes Schindelin2006-06-291-18/+46
* merge-base: Clarify the comments on post processing.Junio C Hamano2006-05-161-3/+6
* Separate object name errors from usage errorsDmitry V. Levin2006-05-081-3/+5
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+1
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* merge-base: avoid unnecessary postprocessing.Junio C Hamano2005-11-111-34/+43
* merge-base: fully contaminate the well.Junio C Hamano2005-11-111-1/+77
* Try to find the optimum merge base while resolving.Junio C Hamano2005-08-231-14/+38
* merge-base.c: pathological case fix.Junio C Hamano2005-08-111-6/+68
* [PATCH] Speed up git-merge-base a lotLinus Torvalds2005-08-111-7/+22
* Fix merge-base from getting confused.Linus Torvalds2005-07-301-38/+36
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds2005-05-181-2/+2
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-2/+2
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-231-21/+5
* [PATCH] Replace merge-base implementationDaniel Barkalow2005-04-231-48/+44
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-181-38/+76
|\
| * [PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow2005-04-181-42/+80
* | Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-171-4/+1
|/
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-171-0/+57