summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-09Introduce --pretty=oneline format.Libravatar Junio C Hamano1-2/+9
2005-08-09[PATCH] add *--no-merges* flag to suppress display of merge commitsLibravatar Johannes Schindelin1-1/+11
2005-08-05Teach rev-list since..til notation.Libravatar Junio C Hamano1-8/+30
2005-07-29[PATCH] Support for NO_OPENSSLLibravatar Petr Baudis1-1/+5
2005-07-29[PATCH] Fix interesting git-rev-list corner caseLibravatar Linus Torvalds1-0/+11
2005-07-27Typofix: usage strings fix.Libravatar Junio C Hamano1-1/+1
2005-07-23Be more aggressive about marking trees uninterestingLibravatar Linus Torvalds1-1/+25
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Libravatar Junio C Hamano1-2/+2
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLibravatar Linus Torvalds1-0/+15
2005-07-06[PATCH] Ensure list insertion method does not depend on position of --merge-o...Libravatar Jon Seymour1-4/+2
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLibravatar Linus Torvalds1-3/+2
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Libravatar Linus Torvalds1-0/+1
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cLibravatar Jon Seymour1-7/+3
2005-07-06Add "--topo-order" flag to use new topological sortLibravatar Linus Torvalds1-0/+7
2005-07-06Remove insane overlapping bit ranges from epoch.cLibravatar Linus Torvalds1-1/+5
2005-07-06Clean up commit insertion in git-rev-listLibravatar Linus Torvalds1-1/+4
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Libravatar Linus Torvalds1-1/+1
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Libravatar Linus Torvalds1-2/+2
2005-07-04git-rev-list: make sure the output is sorted by recencyLibravatar Linus Torvalds1-1/+1
2005-07-04Make rev-list flush the stdio buffers after each rev.Libravatar Linus Torvalds1-1/+2
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLibravatar Linus Torvalds1-0/+11
2005-07-03Add "--all" flag to rev-parse that shows all refsLibravatar Linus Torvalds1-2/+2
2005-07-03Fix sparse warnings.Libravatar Linus Torvalds1-1/+1
2005-06-29Teach git-rev-list about non-commit objectsLibravatar Linus Torvalds1-13/+91
2005-06-29Prepare git-rev-list for tracking tag objects tooLibravatar Linus Torvalds1-6/+20
2005-06-26Add "--pretty=full" format that also shows committer.Libravatar Linus Torvalds1-14/+0
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Libravatar Linus Torvalds1-9/+10
2005-06-24git-rev-list: add option to list all objects (not just commits)Libravatar Linus Torvalds1-0/+91
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