65 Commits (52b6536c624b4998b3730b55b9bc3d7c4e1071a4)

Author SHA1 Message Date
Junio C Hamano 69e0c25641 Update usage string and documentation for git-rev-list. 19 years ago
Linus Torvalds 19a7e7151d git-rev-list: do not forget non-commit refs 19 years ago
Linus Torvalds 7b34c2fae0 git-rev-list: make --dense the default (and introduce "--sparse") 19 years ago
Linus Torvalds 129adf4d66 git-rev-list: fix "--dense" flag 19 years ago
Linus Torvalds 1b9e059d35 git-rev-list: add "--dense" flag 19 years ago
Linus Torvalds cf4845441c Teach git-rev-list to follow just a specified set of files 19 years ago
Linus Torvalds 0910e8cab8 Optimize common case of git-rev-list 19 years ago
Linus Torvalds fe5f51ce27 Optimize common case of git-rev-list 19 years ago
Junio C Hamano e091eb9325 upload-pack: Do not choke on too many heads request. 19 years ago
Junio C Hamano c807f77194 Fix minor DOS in rev-list. 19 years ago
Linus Torvalds 27cfe2e2dc Make time-based commit filtering work with topological ordering. 19 years ago
Linus Torvalds 2a7055ae98 [PATCH] Fix "git-rev-list" revision range parsing 19 years ago
Linus Torvalds 8805ccac40 [PATCH] Avoid building object ref lists when not needed 19 years ago
Linus Torvalds b0d8923ec0 [PATCH] Improve git-rev-list memory usage further 19 years ago
Linus Torvalds 5bdbaaa4e9 [PATCH] Re-organize "git-rev-list --objects" logic 19 years ago
Linus Torvalds 60ab26de99 [PATCH] Avoid wasting memory in git-rev-list 19 years ago
Pavel Roskin d998a0895f [PATCH] Fix "prefix" mixup in git-rev-list 20 years ago
Linus Torvalds 90e1848113 Make "git-rev-list" work within subdirectories 20 years ago
Sergey Vlasov 7f1335c74c [PATCH] git-rev-list: avoid crash on broken repository 20 years ago
Junio C Hamano d87449c553 Introduce --pretty=oneline format. 20 years ago
Johannes Schindelin 76cd8eb619 [PATCH] add *--no-merges* flag to suppress display of merge commits 20 years ago
Junio C Hamano 1215879cdc Teach rev-list since..til notation. 20 years ago
Petr Baudis dd53c7ab29 [PATCH] Support for NO_OPENSSL 20 years ago
Linus Torvalds 6c3b84c81c [PATCH] Fix interesting git-rev-list corner case 20 years ago
Junio C Hamano 54c6870ebf Typofix: usage strings fix. 20 years ago
Linus Torvalds 4311d328fe Be more aggressive about marking trees uninteresting 20 years ago
Junio C Hamano 013aab8265 [PATCH] Dereference tag repeatedly until we get a non-tag. 20 years ago
Linus Torvalds 454fbbcde3 git-rev-list: allow missing objects when the parent is marked UNINTERESTING 20 years ago
Jon Seymour a7336ae514 [PATCH] Ensure list insertion method does not depend on position of --merge-order argument 20 years ago
Linus Torvalds 960cea2dd1 git-rev-list: remove the DUPCHECK logic, use SEEN instead 20 years ago
Linus Torvalds e6c3505b44 Make sure we generate the whole commit list before trying to sort it topologically 20 years ago
Jon Seymour d2775a817a [PATCH] Tidy up - slight simplification of rev-list.c 20 years ago
Linus Torvalds d2d02a4906 Add "--topo-order" flag to use new topological sort 20 years ago
Linus Torvalds bce6286670 Remove insane overlapping bit ranges from epoch.c 20 years ago
Linus Torvalds 7e21c29b56 Clean up commit insertion in git-rev-list 20 years ago
Linus Torvalds f755494cec Make "insert_by_date()" match "commit_list_insert()" 20 years ago
Linus Torvalds 12ba7eaf1d Remove unnecessary usage of strncmp() in git-rev-list arg parsing. 20 years ago
Linus Torvalds 7a662e896b git-rev-list: make sure the output is sorted by recency 20 years ago
Linus Torvalds 7620d39fcb Make rev-list flush the stdio buffers after each rev. 20 years ago
Linus Torvalds 12d2a18780 "git rev-list --unpacked" shows only unpacked commits 20 years ago
Linus Torvalds 960bba0d8c Add "--all" flag to rev-parse that shows all refs 20 years ago
Linus Torvalds 6da4016aea Fix sparse warnings. 20 years ago
Linus Torvalds 36f8d17445 Teach git-rev-list about non-commit objects 20 years ago
Linus Torvalds 3c90f03d32 Prepare git-rev-list for tracking tag objects too 20 years ago
Linus Torvalds 9b66ec0474 Add "--pretty=full" format that also shows committer. 20 years ago
Linus Torvalds 9ce43d1c90 Ooh. Make git-rev-list --object associate a name with objects. 20 years ago
Linus Torvalds 9de48752fe git-rev-list: add option to list all objects (not just commits) 20 years ago
Jon Seymour 5e749e259b [PATCH] Fix for --merge-order, --max-age interaction issue 20 years ago
Jon Seymour 51b1e1713b [PATCH] Prevent git-rev-list without --merge-order producing duplicates in output 20 years ago
Linus Torvalds 3d958064e0 Avoid warning about function without return. 20 years ago