summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)Author
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org
2005-06-05pretty_print_commit: add different formatsLinus Torvalds
2005-06-04git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLinus Torvalds
2005-06-02git-rev-list: split out commit limiting from main() too.Linus Torvalds
2005-06-02git-rev-list: factor out the commit printing from "main()"Linus Torvalds
2005-06-01git-rev-list: add "--pretty" command line optionLinus Torvalds
2005-05-31git-rev-list: add "--parents" command line flagLinus Torvalds
2005-05-31git-rev-list: use proper lazy reachability analysisLinus Torvalds
2005-05-26git-rev-list: add "end" commit and "--header" flagLinus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-06[PATCH] control/limit output of git-rev-listKay Sievers
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds