]> git.ipfire.org Git - thirdparty/git.git/history - rev-list.c
Typofix: usage strings fix.
[thirdparty/git.git] / rev-list.c
2005-07-27  Junio C HamanoTypofix: usage strings fix.
2005-07-23  Linus TorvaldsBe more aggressive about marking trees uninteresting
2005-07-18  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-11  Junio C Hamano[PATCH] Dereference tag repeatedly until we get a non...
2005-07-10  Linus Torvaldsgit-rev-list: allow missing objects when the parent...
2005-07-07  Jon Seymour[PATCH] Ensure list insertion method does not depend...
2005-07-06  Linus Torvaldsgit-rev-list: remove the DUPCHECK logic, use SEEN instead
2005-07-06  Linus TorvaldsMake sure we generate the whole commit list before...
2005-07-06  Jon Seymour[PATCH] Tidy up - slight simplification of rev-list.c
2005-07-06  Linus TorvaldsAdd "--topo-order" flag to use new topological sort
2005-07-06  Linus TorvaldsRemove insane overlapping bit ranges from epoch.c
2005-07-06  Linus TorvaldsClean up commit insertion in git-rev-list
2005-07-06  Linus TorvaldsMake "insert_by_date()" match "commit_list_insert()"
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05  Linus TorvaldsRemove unnecessary usage of strncmp() in git-rev-list...
2005-07-05  Matthias UrlichsMerge with Linus' current tree
2005-07-04  Linus Torvaldsgit-rev-list: make sure the output is sorted by recency
2005-07-04  Linus TorvaldsMake rev-list flush the stdio buffers after each rev.
2005-07-03  Linus Torvalds"git rev-list --unpacked" shows only unpacked commits
2005-07-03  Linus TorvaldsAdd "--all" flag to rev-parse that shows all refs
2005-07-03  Linus TorvaldsFix sparse warnings.
2005-06-29  Linus TorvaldsTeach git-rev-list about non-commit objects
2005-06-29  Linus TorvaldsPrepare git-rev-list for tracking tag objects too
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...