summaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-061-14/+67
* pretty_print_commit: add different formatsLinus Torvalds2005-06-051-10/+20
* git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLinus Torvalds2005-06-041-24/+21
* git-rev-list: split out commit limiting from main() too.Linus Torvalds2005-06-021-17/+21
* git-rev-list: factor out the commit printing from "main()"Linus Torvalds2005-06-021-36/+50
* git-rev-list: add "--pretty" command line optionLinus Torvalds2005-06-011-5/+22
* git-rev-list: add "--parents" command line flagLinus Torvalds2005-05-301-2/+14
* git-rev-list: use proper lazy reachability analysisLinus Torvalds2005-05-301-5/+50
* git-rev-list: add "end" commit and "--header" flagLinus Torvalds2005-05-251-15/+42
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* [PATCH] control/limit output of git-rev-listKay Sievers2005-05-061-2/+31
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-231-1/+1
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-231-0/+23