summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-19[PATCH] Fix for --merge-order, --max-age interaction issueLibravatar Jon Seymour1-2/+11
2005-06-19[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Libravatar Jon Seymour1-2/+3
2005-06-18Avoid warning about function without return.Libravatar Linus Torvalds1-1/+1
2005-06-17git-rev-list: add "--bisect" flag to find the "halfway" pointLibravatar Linus Torvalds1-0/+80
2005-06-08[PATCH] Tidy up some rev-list-related stuffLibravatar Petr Baudis1-5/+1
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.Libravatar jon@blackcubes.dyndns.org1-14/+67
2005-06-05pretty_print_commit: add different formatsLibravatar Linus Torvalds1-10/+20
2005-06-04git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLibravatar Linus Torvalds1-24/+21
2005-06-02git-rev-list: split out commit limiting from main() too.Libravatar Linus Torvalds1-17/+21
2005-06-02git-rev-list: factor out the commit printing from "main()"Libravatar Linus Torvalds1-36/+50
2005-06-01git-rev-list: add "--pretty" command line optionLibravatar Linus Torvalds1-5/+22
2005-05-30git-rev-list: add "--parents" command line flagLibravatar Linus Torvalds1-2/+14
2005-05-30git-rev-list: use proper lazy reachability analysisLibravatar Linus Torvalds1-5/+50
2005-05-25git-rev-list: add "end" commit and "--header" flagLibravatar Linus Torvalds1-15/+42
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-1/+1
2005-05-06[PATCH] control/limit output of git-rev-listLibravatar Kay Sievers1-2/+31
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Allow multiple date-ordered listsLibravatar Daniel Barkalow1-1/+1
2005-04-23Add "rev-list" program that uses the new time-based commit listing.Libravatar Linus Torvalds1-0/+23