git-cvsimport-script: clean up documentation
[git.git] / rev-list.c
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Linus TorvaldsAdd "--pretty=full" format that also shows committer.
2005-06-26 Linus TorvaldsOoh. Make git-rev-list --object associate a name with...
2005-06-25 Linus Torvaldsgit-rev-list: add option to list all objects (not just...
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 Jon Seymour[PATCH] Fix for --merge-order, --max-age interaction...
2005-06-20 Jon Seymour[PATCH] Prevent git-rev-list without --merge-order...
2005-06-19 Linus TorvaldsAvoid warning about function without return.
2005-06-18 Linus Torvaldsgit-rev-list: add "--bisect" flag to find the "halfway...
2005-06-08 Petr Baudis[PATCH] Tidy up some rev-list-related stuff
2005-06-06 jon@blackcubes.dyn... [PATCH] Modify git-rev-list to linearise the commit...
2005-06-05 Linus Torvaldspretty_print_commit: add different formats
2005-06-04 Linus Torvaldsgit-rev-list: allow arbitrary head selections, use...
2005-06-02 Linus Torvaldsgit-rev-list: split out commit limiting from main(...
2005-06-02 Linus Torvaldsgit-rev-list: factor out the commit printing from ...
2005-06-01 Linus Torvaldsgit-rev-list: add "--pretty" command line option
2005-05-31 Linus Torvaldsgit-rev-list: add "--parents" command line flag
2005-05-31 Linus Torvaldsgit-rev-list: use proper lazy reachability analysis
2005-05-26 Linus Torvaldsgit-rev-list: add "end" commit and "--header" flag
2005-05-19 Alexey Nezhdanov[PATCH] cleanup of in-code names
2005-05-06 Kay Sievers[PATCH] control/limit output of git-rev-list
2005-05-01 Linus TorvaldsAdd "get_sha1()" helper function.
2005-04-24 Daniel Barkalow[PATCH] Allow multiple date-ordered lists
2005-04-24 Linus TorvaldsAdd "rev-list" program that uses the new time-based...