summaryrefslogtreecommitdiff
path: root/merge-base.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-20sparse cleanupLibravatar Linus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-1/+1
2005-05-18merge-base: use the new lookup_commit_reference() helper functionLibravatar Linus Torvalds1-2/+2
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-2/+2
2005-04-23[PATCH] Allow multiple date-ordered listsLibravatar Daniel Barkalow1-21/+5
2005-04-23[PATCH] Replace merge-base implementationLibravatar Daniel Barkalow1-48/+44
2005-04-18Merge the new object model thing from Daniel BarkalowLibravatar Linus Torvalds1-38/+76
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingLibravatar Daniel Barkalow1-42/+80
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Libravatar Linus Torvalds1-4/+1
2005-04-17Do a very simple "merge-base" that finds the most recent commonLibravatar Linus Torvalds1-0/+57