Yank writing-back support from gitfakemmap.
[gitweb.git] / rev-list.c
2005-10-05 Merge branch 'fixes'
2005-10-05 upload-pack: Do not choke on too many heads request.
2005-10-03 Merge with master.kernel.org:/pub/scm/git/git.git
2005-10-03 Merge branch 'fixes'
2005-10-03 Fix minor DOS in rev-list.
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-25 Merge branch 'fixes'
2005-09-24 Merge 'fixes' branch.
2005-09-23 Merge branch 'fixes'
2005-09-21 Merge branch 'fixes'
2005-09-21 Make time-based commit filtering work with topological...
2005-09-18 Merge branch 'master' of .
2005-09-17 [PATCH] Fix "git-rev-list" revision range parsing
2005-09-16 [PATCH] Avoid building object ref lists when not needed
2005-09-16 [PATCH] Improve git-rev-list memory usage further
2005-09-15 [PATCH] Re-organize "git-rev-list --objects" logic
2005-09-15 [PATCH] Avoid wasting memory in git-rev-list
2005-08-30 Merge refs/heads/master from paulus
2005-08-29 Merge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Merge refs/heads/master from .
2005-08-24 [PATCH] Fix "prefix" mixup in git-rev-list
2005-08-23 Merge refs/heads/master from .
2005-08-23 Make "git-rev-list" work within subdirectories
2005-08-19 Merge from gitk
2005-08-19 Merge with master for a couple more fixes.
2005-08-19 [PATCH] git-rev-list: avoid crash on broken repository
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 Introduce --pretty=oneline format.
2005-08-10 [PATCH] add *--no-merges* flag to suppress display...
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-08-05 Teach rev-list since..til notation.
2005-07-31 Merge with gitk.
2005-07-30 [PATCH] Support for NO_OPENSSL
2005-07-30 [PATCH] Fix interesting git-rev-list corner case
2005-07-29 Merge with gitk.
2005-07-27 Typofix: usage strings fix.
2005-07-23 Be more aggressive about marking trees uninteresting
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-11 [PATCH] Dereference tag repeatedly until we get a non...
2005-07-10 git-rev-list: allow missing objects when the parent...
2005-07-07 [PATCH] Ensure list insertion method does not depend...
2005-07-06 git-rev-list: remove the DUPCHECK logic, use SEEN instead
2005-07-06 Make sure we generate the whole commit list before...
2005-07-06 [PATCH] Tidy up - slight simplification of rev-list.c
2005-07-06 Add "--topo-order" flag to use new topological sort
2005-07-06 Remove insane overlapping bit ranges from epoch.c
2005-07-06 Clean up commit insertion in git-rev-list
2005-07-06 Make "insert_by_date()" match "commit_list_insert()"
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Remove unnecessary usage of strncmp() in git-rev-list...
2005-07-05 Merge with Linus' current tree
2005-07-04 git-rev-list: make sure the output is sorted by recency
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...