index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rev-list.c
Commit message (
Expand
)
Author
Age
*
Update usage string and documentation for git-rev-list.
Junio C Hamano
2005-10-30
*
git-rev-list: do not forget non-commit refs
Linus Torvalds
2005-10-26
*
git-rev-list: make --dense the default (and introduce "--sparse")
Linus Torvalds
2005-10-26
*
git-rev-list: fix "--dense" flag
Linus Torvalds
2005-10-25
*
git-rev-list: add "--dense" flag
Linus Torvalds
2005-10-22
*
Teach git-rev-list to follow just a specified set of files
Linus Torvalds
2005-10-22
*
Optimize common case of git-rev-list
Linus Torvalds
2005-10-18
*
upload-pack: Do not choke on too many heads request.
Junio C Hamano
2005-10-05
*
Fix minor DOS in rev-list.
Junio C Hamano
2005-10-02
*
Make time-based commit filtering work with topological ordering.
Linus Torvalds
2005-09-20
*
[PATCH] Fix "git-rev-list" revision range parsing
Linus Torvalds
2005-09-17
*
[PATCH] Avoid building object ref lists when not needed
Linus Torvalds
2005-09-16
*
[PATCH] Improve git-rev-list memory usage further
Linus Torvalds
2005-09-16
*
[PATCH] Re-organize "git-rev-list --objects" logic
Linus Torvalds
2005-09-15
*
[PATCH] Avoid wasting memory in git-rev-list
Linus Torvalds
2005-09-15
*
[PATCH] Fix "prefix" mixup in git-rev-list
Pavel Roskin
2005-08-24
*
Make "git-rev-list" work within subdirectories
Linus Torvalds
2005-08-23
*
[PATCH] git-rev-list: avoid crash on broken repository
Sergey Vlasov
2005-08-19
*
Introduce --pretty=oneline format.
Junio C Hamano
2005-08-09
*
[PATCH] add *--no-merges* flag to suppress display of merge commits
Johannes Schindelin
2005-08-09
*
Teach rev-list since..til notation.
Junio C Hamano
2005-08-05
*
[PATCH] Support for NO_OPENSSL
Petr Baudis
2005-07-29
*
[PATCH] Fix interesting git-rev-list corner case
Linus Torvalds
2005-07-29
*
Typofix: usage strings fix.
Junio C Hamano
2005-07-27
*
Be more aggressive about marking trees uninteresting
Linus Torvalds
2005-07-23
*
[PATCH] Dereference tag repeatedly until we get a non-tag.
Junio C Hamano
2005-07-11
*
git-rev-list: allow missing objects when the parent is marked UNINTERESTING
Linus Torvalds
2005-07-10
*
[PATCH] Ensure list insertion method does not depend on position of --merge-o...
Jon Seymour
2005-07-06
*
git-rev-list: remove the DUPCHECK logic, use SEEN instead
Linus Torvalds
2005-07-06
*
Make sure we generate the whole commit list before trying to sort it topologi...
Linus Torvalds
2005-07-06
*
[PATCH] Tidy up - slight simplification of rev-list.c
Jon Seymour
2005-07-06
*
Add "--topo-order" flag to use new topological sort
Linus Torvalds
2005-07-06
*
Remove insane overlapping bit ranges from epoch.c
Linus Torvalds
2005-07-06
*
Clean up commit insertion in git-rev-list
Linus Torvalds
2005-07-06
*
Make "insert_by_date()" match "commit_list_insert()"
Linus Torvalds
2005-07-06
*
Remove unnecessary usage of strncmp() in git-rev-list arg parsing.
Linus Torvalds
2005-07-05
*
git-rev-list: make sure the output is sorted by recency
Linus Torvalds
2005-07-04
*
Make rev-list flush the stdio buffers after each rev.
Linus Torvalds
2005-07-04
*
"git rev-list --unpacked" shows only unpacked commits
Linus Torvalds
2005-07-03
*
Add "--all" flag to rev-parse that shows all refs
Linus Torvalds
2005-07-03
*
Fix sparse warnings.
Linus Torvalds
2005-07-03
*
Teach git-rev-list about non-commit objects
Linus Torvalds
2005-06-29
*
Prepare git-rev-list for tracking tag objects too
Linus Torvalds
2005-06-29
*
Add "--pretty=full" format that also shows committer.
Linus Torvalds
2005-06-26
*
Ooh. Make git-rev-list --object associate a name with objects.
Linus Torvalds
2005-06-26
*
git-rev-list: add option to list all objects (not just commits)
Linus Torvalds
2005-06-24
*
[PATCH] Fix for --merge-order, --max-age interaction issue
Jon Seymour
2005-06-19
*
[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...
Jon Seymour
2005-06-19
*
Avoid warning about function without return.
Linus Torvalds
2005-06-18
*
git-rev-list: add "--bisect" flag to find the "halfway" point
Linus Torvalds
2005-06-17
[next]