Make rev-list flush the stdio buffers after each rev.
[gitweb.git] / rev-list.c
2005-07-04 Make rev-list flush the stdio buffers after each rev.
2005-07-03 "git rev-list --unpacked" shows only unpacked commits
2005-07-03 Add "--all" flag to rev-parse that shows all refs
2005-07-03 Fix sparse warnings.
2005-06-29 Teach git-rev-list about non-commit objects
2005-06-29 Prepare git-rev-list for tracking tag objects too
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Add "--pretty=full" format that also shows committer.
2005-06-26 Ooh. Make git-rev-list --object associate a name with...
2005-06-25 git-rev-list: add option to list all objects (not just...
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 [PATCH] Fix for --merge-order, --max-age interaction...
2005-06-20 [PATCH] Prevent git-rev-list without --merge-order...
2005-06-19 Avoid warning about function without return.
2005-06-18 git-rev-list: add "--bisect" flag to find the "halfway...
2005-06-08 [PATCH] Tidy up some rev-list-related stuff
2005-06-06 [PATCH] Modify git-rev-list to linearise the commit...
2005-06-05 pretty_print_commit: add different formats
2005-06-04 git-rev-list: allow arbitrary head selections, use...
2005-06-02 git-rev-list: split out commit limiting from main(...
2005-06-02 git-rev-list: factor out the commit printing from ...
2005-06-01 git-rev-list: add "--pretty" command line option
2005-05-31 git-rev-list: add "--parents" command line flag
2005-05-31 git-rev-list: use proper lazy reachability analysis
2005-05-26 git-rev-list: add "end" commit and "--header" flag
2005-05-19 [PATCH] cleanup of in-code names
2005-05-06 [PATCH] control/limit output of git-rev-list
2005-05-01 Add "get_sha1()" helper function.
2005-04-24 [PATCH] Allow multiple date-ordered lists
2005-04-24 Add "rev-list" program that uses the new time-based...