summaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-231-1/+1
| | | | | | | | | | | Make pop_most_recent_commit() return the same objects multiple times, but only if called with different bits to mark. This is necessary to make merge-base work again. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-231-0/+23
This is probably what you'd want to see for "git log".