summaryrefslogtreecommitdiff
path: root/merge-base.c
Commit message (Expand)AuthorAgeFilesLines
* 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