summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)Author
2005-07-30[PATCH] Support for NO_OPENSSLPetr Baudis
2005-07-30[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds
2005-07-27Typofix: usage strings fix.Junio C Hamano
2005-07-23Be more aggressive about marking trees uninterestingLinus Torvalds
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds
2005-07-07[PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cJon Seymour
2005-07-06Add "--topo-order" flag to use new topological sortLinus Torvalds
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds
2005-07-06Clean up commit insertion in git-rev-listLinus Torvalds
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds
2005-07-04git-rev-list: make sure the output is sorted by recencyLinus Torvalds
2005-07-04Make rev-list flush the stdio buffers after each rev.Linus Torvalds
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLinus Torvalds
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-06-29Teach git-rev-list about non-commit objectsLinus Torvalds
2005-06-29Prepare git-rev-list for tracking tag objects tooLinus Torvalds
2005-06-27Add "--pretty=full" format that also shows committer.Linus Torvalds
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds
2005-06-25git-rev-list: add option to list all objects (not just commits)Linus Torvalds
2005-06-20[PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour
2005-06-20[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour
2005-06-19Avoid warning about function without return.Linus Torvalds
2005-06-18git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis
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