1. 6d56d4c Merge branch 'ds/blame-on-bloom' by Junio C Hamano · 5 years ago
  2. 9b6606f Merge branch 'gs/commit-graph-path-filter' by Junio C Hamano · 5 years ago
  3. 9af3a7c Merge branch 'ds/revision-show-pulls' by Junio C Hamano · 5 years ago
  4. 8918e37 revision: complicated pathspecs disable filters by Derrick Stolee · 5 years ago
  5. 8d049e1 revision: --show-pulls adds helpful merges by Derrick Stolee · 5 years ago
  6. 19d097e format-patch: teach --no-encode-email-headers by Emma Brooks · 5 years ago
  7. 42e50e7 revision.c: add trace2 stats around Bloom filter usage by Garima Singh · 5 years ago
  8. a56b946 revision.c: use Bloom filters to speed up path based revision walks by Garima Singh · 5 years ago
  9. 17066be Merge branch 'dl/format-patch-notes-config-fixup' by Junio C Hamano · 5 years ago
  10. 1d72975 notes: break set_display_notes() into smaller functions by Denton Liu · 5 years ago
  11. d37cfe3 Merge branch 'dl/pretty-reference' by Junio C Hamano · 5 years ago
  12. 452538c notes: extract logic into set_display_notes() by Denton Liu · 5 years ago
  13. e6e230e notes: create init_display_notes() helper by Denton Liu · 5 years ago
  14. fd95230 Merge branch 'mh/clear-topo-walk-upon-reset' by Junio C Hamano · 5 years ago
  15. 0aa0c2b revision: free topo_walk_info before creating a new one in init_topo_walk by Mike Hommey · 5 years ago
  16. ffa1f28 revision: clear the topo-walk flags in reset_revision_walk by Mike Hommey · 5 years ago
  17. 4982516 revision: make get_revision_mark() return const pointer by Denton Liu · 5 years ago
  18. 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
  19. a73f917 Merge branch 'ab/pcre-jit-fixes' by Junio C Hamano · 5 years ago
  20. ed68228 Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude' by Junio C Hamano · 5 years ago
  21. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  22. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  23. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  24. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  25. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  26. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  27. 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  28. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  29. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  30. cf861cd Merge branch 'rs/get-tagged-oid' by Junio C Hamano · 5 years ago
  31. 0cc7380 log-tree: call load_ref_decorations() in get_name_decoration() by René Scharfe · 6 years ago
  32. dad3f06 tag: factor out get_tagged_oid() by René Scharfe · 6 years ago
  33. 19e8789 revision: allow --end-of-options to end option parsing by Jeff King · 6 years ago
  34. 68e65de Merge branch 'jk/check-connected-with-alternates' by Junio C Hamano · 6 years ago
  35. 39b44ba check_everything_connected: assume alternate ref tips are valid by Jeff King · 6 years ago
  36. 4457018 grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" by Ævar Arnfjörð Bjarmason · 6 years ago
  37. 1d8e31a revision: keep topo-walk free of unintersting commits by Derrick Stolee · 6 years ago
  38. 1b4d882 revision: use generation for A..B --topo-order queries by Derrick Stolee · 6 years ago
  39. d9d65e9 Merge branch 'jk/revision-rewritten-parents-in-prio-queue' by Junio C Hamano · 6 years ago
  40. 4284497 Merge branch 'jk/unused-params-even-more' by Junio C Hamano · 6 years ago
  41. 31df2c1 Merge branch 'jk/line-log-with-patch' by Junio C Hamano · 6 years ago
  42. 8320b1d revision: use a prio_queue to hold rewritten parents by Jeff King · 6 years ago
  43. 9163399 revision: drop some unused "revs" parameters by Jeff King · 6 years ago
  44. 05314ef line-log: detect unsupported formats by Jeff King · 6 years ago
  45. c425d36 Merge branch 'en/combined-all-paths' by Junio C Hamano · 6 years ago
  46. d76ce4f log,diff-tree: add --combined-all-paths option by Elijah Newren · 6 years ago
  47. 5fda343 Merge branch 'ds/push-sparse-tree-walk' by Junio C Hamano · 6 years ago
  48. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
  49. 09b2e40 Merge branch 'jt/get-reference-with-commit-graph' by Junio C Hamano · 6 years ago
  50. 371820d Merge branch 'bc/tree-walk-oid' by Junio C Hamano · 6 years ago
  51. d5d2e93 revision: implement sparse algorithm by Derrick Stolee · 6 years ago
  52. f1f5de4 revision: add mark_tree_uninteresting_sparse by Derrick Stolee · 6 years ago
  53. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  54. f2b6aa9 Merge branch 'nd/indentation-fix' by Junio C Hamano · 6 years ago
  55. 6e5be1f Merge branch 'md/exclude-promisor-objects-fix-cleanup' by Junio C Hamano · 6 years ago
  56. d6f05a4 Merge branch 'nd/attr-pathspec-in-tree-walk' by Junio C Hamano · 6 years ago
  57. c333fe7 Merge branch 'md/list-lazy-objects-fix' by Junio C Hamano · 6 years ago
  58. 3a7a698 sha1-name.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  59. e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  60. ec0c579 revision: use commit graph in get_reference() by Jonathan Tan · 6 years ago
  61. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  62. bbcde41 revision.c: put promisor option in specialized struct by Matthew DeVore · 6 years ago
  63. 4cf6786 list-objects.c: don't segfault for missing cmdline objects by Matthew DeVore · 6 years ago
  64. 67022e0 tree-walk.c: make tree_entry_interesting() take an index by Nguyễn Thái Ngọc Duy · 6 years ago
  65. 62ca33e Merge branch 'ds/reachable-topo-order' by Junio C Hamano · 6 years ago
  66. f22838a Merge branch 'jk/misc-unused-fixes' by Junio C Hamano · 6 years ago
  67. e146cc9 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  68. a29b8bc Merge branch 'md/exclude-promisor-objects-fix' by Junio C Hamano · 6 years ago
  69. b4cfcde rev-list: handle flags for --indexed-objects by Jeff King · 6 years ago
  70. b454241 revision.c: generation-based topo-order algorithm by Derrick Stolee · 6 years ago
  71. 5284fc5 commit/revisions: bookkeeping before refactoring by Derrick Stolee · 6 years ago
  72. f0d9cc4 revision.c: begin refactoring --topo-order logic by Derrick Stolee · 6 years ago
  73. 77d5037 Merge branch 'md/filter-trees' by Junio C Hamano · 6 years ago
  74. 669b1d2 exclude-promisor-objects: declare when option is allowed by Matthew DeVore · 6 years ago
  75. ab3e1f7 revision.c: better error reporting on ref from different worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  76. 061e420 revision.c: correct a parameter name by Nguyễn Thái Ngọc Duy · 6 years ago
  77. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  78. 99c9aa9 revision: mark non-user-given objects instead by Matthew DeVore · 6 years ago
  79. b3c7eef revision.c: reduce implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 7 years ago
  80. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  81. a7edadd patch-ids.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  82. e675765 diff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  83. 38bbc2e grep.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  84. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
  85. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 7 years ago
  86. 8b6f607 Merge branch 'jk/rev-list-stdin-noop-is-ok' by Junio C Hamano · 7 years ago
  87. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  88. a12cbe2 rev-list: make empty --stdin not an error by Jeff King · 7 years ago
  89. 6d2df28 dir.c: remove an implicit dependency on the_index in pathspec code by Nguyễn Thái Ngọc Duy · 7 years ago
  90. 09ca613 Merge branch 'jt/tags-to-promised-blobs-fix' by Junio C Hamano · 7 years ago
  91. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  92. 8fa8a4f Merge branch 'jt/partial-clone-fsck-connectivity' by Junio C Hamano · 7 years ago
  93. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  94. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  95. dc0a13f revision: tolerate promised targets of tags by Jonathan Tan · 7 years ago
  96. a0c9016 upload-pack: send refs' objects despite "filter" by Jonathan Tan · 7 years ago
  97. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  98. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  99. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  100. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago