Merge http://www.kernel.org/pub/scm/gitk/gitk
[gitweb.git] / rev-list.c
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-30 Merge branch 'jc/subdir'
2005-11-30 Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect...
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 bisect: limit the searchspace by pathspecs
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 max-count in terms of intersection
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-31 Update usage string and documentation for git-rev-list.
2005-10-27 Merge branch 'js-fat'
2005-10-27 Merge branch 'lt-dense'
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-26 git-rev-list: do not forget non-commit refs
2005-10-26 git-rev-list: make --dense the default (and introduce...
2005-10-26 git-rev-list: fix "--dense" flag
2005-10-23 Merge branch 'fixes'
2005-10-23 git-rev-list: add "--dense" flag
2005-10-23 Teach git-rev-list to follow just a specified set of...
2005-10-21 Merge branch 'fixes'
2005-10-19 Optimize common case of git-rev-list
2005-10-16 Merge branch 'svn' of netz.smurf.noris.de/git/git
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...
next