1. b3cfd93 bisect: limit the searchspace by pathspecs by Linus Torvalds · 19 years ago
  2. 07f9247 max-count in terms of intersection by Luben Tuikov · 19 years ago
  3. 69e0c25 Update usage string and documentation for git-rev-list. by Junio C Hamano · 19 years ago
  4. 19a7e71 git-rev-list: do not forget non-commit refs by Linus Torvalds · 19 years ago
  5. 7b34c2f git-rev-list: make --dense the default (and introduce "--sparse") by Linus Torvalds · 19 years ago
  6. 129adf4 git-rev-list: fix "--dense" flag by Linus Torvalds · 19 years ago
  7. 1b9e059 git-rev-list: add "--dense" flag by Linus Torvalds · 19 years ago
  8. cf48454 Teach git-rev-list to follow just a specified set of files by Linus Torvalds · 19 years ago
  9. fe5f51c Optimize common case of git-rev-list by Linus Torvalds · 19 years ago
  10. e091eb9 upload-pack: Do not choke on too many heads request. by Junio C Hamano · 19 years ago
  11. c807f77 Fix minor DOS in rev-list. by Junio C Hamano · 19 years ago
  12. 27cfe2e Make time-based commit filtering work with topological ordering. by Linus Torvalds · 19 years ago
  13. 2a7055a [PATCH] Fix "git-rev-list" revision range parsing by Linus Torvalds · 19 years ago
  14. 8805cca [PATCH] Avoid building object ref lists when not needed by Linus Torvalds · 19 years ago
  15. b0d8923 [PATCH] Improve git-rev-list memory usage further by Linus Torvalds · 19 years ago
  16. 5bdbaaa [PATCH] Re-organize "git-rev-list --objects" logic by Linus Torvalds · 19 years ago
  17. 60ab26d [PATCH] Avoid wasting memory in git-rev-list by Linus Torvalds · 19 years ago
  18. d998a08 [PATCH] Fix "prefix" mixup in git-rev-list by Pavel Roskin · 19 years ago
  19. 90e1848 Make "git-rev-list" work within subdirectories by Linus Torvalds · 20 years ago
  20. 7f1335c [PATCH] git-rev-list: avoid crash on broken repository by Sergey Vlasov · 20 years ago
  21. d87449c Introduce --pretty=oneline format. by Junio C Hamano · 20 years ago
  22. 76cd8eb [PATCH] add *--no-merges* flag to suppress display of merge commits by Johannes Schindelin · 20 years ago
  23. 1215879 Teach rev-list since..til notation. by Junio C Hamano · 20 years ago
  24. dd53c7a [PATCH] Support for NO_OPENSSL by Petr Baudis · 20 years ago
  25. 6c3b84c [PATCH] Fix interesting git-rev-list corner case by Linus Torvalds · 20 years ago
  26. 54c6870 Typofix: usage strings fix. by Junio C Hamano · 20 years ago
  27. 4311d32 Be more aggressive about marking trees uninteresting by Linus Torvalds · 20 years ago
  28. 013aab8 [PATCH] Dereference tag repeatedly until we get a non-tag. by Junio C Hamano · 20 years ago
  29. 454fbbc git-rev-list: allow missing objects when the parent is marked UNINTERESTING by Linus Torvalds · 20 years ago
  30. a7336ae [PATCH] Ensure list insertion method does not depend on position of --merge-order argument by Jon Seymour · 20 years ago
  31. 960cea2 git-rev-list: remove the DUPCHECK logic, use SEEN instead by Linus Torvalds · 20 years ago
  32. e6c3505 Make sure we generate the whole commit list before trying to sort it topologically by Linus Torvalds · 20 years ago
  33. d2775a8 [PATCH] Tidy up - slight simplification of rev-list.c by Jon Seymour · 20 years ago
  34. d2d02a4 Add "--topo-order" flag to use new topological sort by Linus Torvalds · 20 years ago
  35. bce6286 Remove insane overlapping bit ranges from epoch.c by Linus Torvalds · 20 years ago
  36. 7e21c29 Clean up commit insertion in git-rev-list by Linus Torvalds · 20 years ago
  37. f755494 Make "insert_by_date()" match "commit_list_insert()" by Linus Torvalds · 20 years ago
  38. 12ba7ea Remove unnecessary usage of strncmp() in git-rev-list arg parsing. by Linus Torvalds · 20 years ago
  39. 7a662e8 git-rev-list: make sure the output is sorted by recency by Linus Torvalds · 20 years ago
  40. 7620d39 Make rev-list flush the stdio buffers after each rev. by Linus Torvalds · 20 years ago
  41. 12d2a18 "git rev-list --unpacked" shows only unpacked commits by Linus Torvalds · 20 years ago
  42. 960bba0 Add "--all" flag to rev-parse that shows all refs by Linus Torvalds · 20 years ago
  43. 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
  44. 36f8d17 Teach git-rev-list about non-commit objects by Linus Torvalds · 20 years ago
  45. 3c90f03 Prepare git-rev-list for tracking tag objects too by Linus Torvalds · 20 years ago
  46. 9b66ec0 Add "--pretty=full" format that also shows committer. by Linus Torvalds · 20 years ago
  47. 9ce43d1 Ooh. Make git-rev-list --object associate a name with objects. by Linus Torvalds · 20 years ago
  48. 9de4875 git-rev-list: add option to list all objects (not just commits) by Linus Torvalds · 20 years ago
  49. 5e749e2 [PATCH] Fix for --merge-order, --max-age interaction issue by Jon Seymour · 20 years ago
  50. 51b1e17 [PATCH] Prevent git-rev-list without --merge-order producing duplicates in output by Jon Seymour · 20 years ago
  51. 3d95806 Avoid warning about function without return. by Linus Torvalds · 20 years ago
  52. 8b3a1e0 git-rev-list: add "--bisect" flag to find the "halfway" point by Linus Torvalds · 20 years ago
  53. 17ebe97 [PATCH] Tidy up some rev-list-related stuff by Petr Baudis · 20 years ago
  54. a3437b8 [PATCH] Modify git-rev-list to linearise the commit history in merge order. by jon@blackcubes.dyndns.org · 20 years ago
  55. 000182e pretty_print_commit: add different formats by Linus Torvalds · 20 years ago
  56. 337cb3f git-rev-list: allow arbitrary head selections, use git-rev-tree syntax by Linus Torvalds · 20 years ago
  57. 3b42a63 git-rev-list: split out commit limiting from main() too. by Linus Torvalds · 20 years ago
  58. 81f2bb1 git-rev-list: factor out the commit printing from "main()" by Linus Torvalds · 20 years ago
  59. 9d97aa6 git-rev-list: add "--pretty" command line option by Linus Torvalds · 20 years ago
  60. 9765800 git-rev-list: add "--parents" command line flag by Linus Torvalds · 20 years ago
  61. 8906300 git-rev-list: use proper lazy reachability analysis by Linus Torvalds · 20 years ago
  62. a6f68d4 git-rev-list: add "end" commit and "--header" flag by Linus Torvalds · 20 years ago
  63. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  64. fcfda02 [PATCH] control/limit output of git-rev-list by Kay Sievers · 20 years ago
  65. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  66. 58e28af [PATCH] Allow multiple date-ordered lists by Daniel Barkalow · 20 years ago
  67. 6474510 Add "rev-list" program that uses the new time-based commit listing. by Linus Torvalds · 20 years ago