1. 4e0d160 Merge branch 'rs/mergesort' by Junio C Hamano · 2 years, 7 months ago
  2. 47c30f7 blame: use DEFINE_LIST_SORT by René Scharfe · 2 years, 8 months ago
  3. 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
  4. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
  5. 362f869 Merge branch 'ab/diff-free-more' by Junio C Hamano · 3 years ago
  6. 244c272 diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec) by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  7. 9d505b7 git-rev-list: add --exclude-first-parent-only flag by Jerry Zhang · 3 years, 2 months ago
  8. 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 3 years, 11 months ago
  9. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  10. bf0a430 Merge branch 'en/strmap' by Junio C Hamano · 4 years, 4 months ago
  11. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 4 months ago
  12. 3af31e8 blame: simplify 'setup_blame_bloom_data' interface by Philippe Blain · 4 years, 4 months ago
  13. 88894aa blame: simplify 'setup_scoreboard' interface by Philippe Blain · 4 years, 4 months ago
  14. db7d07f blame: handle deref_tag() returning NULL by René Scharfe · 4 years, 5 months ago
  15. 288ed98 Merge branch 'tb/bloom-improvements' by Junio C Hamano · 4 years, 5 months ago
  16. e1dd499 Merge branch 'ea/blame-use-oideq' by Junio C Hamano · 4 years, 6 months ago
  17. 312cff5 bloom: split 'get_bloom_filter()' in two by Taylor Blau · 4 years, 6 months ago
  18. 4f36440 commit-graph: introduce 'get_bloom_filter_settings()' by Taylor Blau · 4 years, 6 months ago
  19. 1302bad blame.c: replace instance of !oidcmp for oideq by Edmundo Carmona Antoranz · 4 years, 6 months ago
  20. c2ebaa2 blame: only coalesce lines that are adjacent in result by Jeff King · 4 years, 7 months ago
  21. c49c82a commit: move members graph_pos, generation to a slab by Abhishek Kumar · 4 years, 9 months ago
  22. fe88f9f blame: drop unused parameter from maybe_changed_path by Jeff King · 4 years, 11 months ago
  23. 0906ac2 blame: use changed-path Bloom filters by Derrick Stolee · 5 years ago
  24. 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
  25. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  26. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  27. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  28. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  29. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  30. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  31. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  32. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  33. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  34. fee4930 blame: remove needless comparison with GIT_SHA1_HEXSZ by brian m. carlson · 6 years ago
  35. 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
  36. 209f075 Merge branch 'br/blame-ignore' by Junio C Hamano · 6 years ago
  37. 07a54dc blame: drop some unused function parameters by Jeff King · 6 years ago
  38. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  39. a07a977 blame: use the fingerprint heuristic to match ignored lines by Barret Rhoden · 6 years ago
  40. 1d028dc blame: add a fingerprint heuristic to match ignored lines by Michael Platings · 6 years ago
  41. 1fc7338 blame: optionally track line fingerprints during fill_blame_origin() by Barret Rhoden · 6 years ago
  42. 8934ac8 blame: add config options for the output of ignored or unblamable lines by Barret Rhoden · 6 years ago
  43. ae3f36d blame: add the ability to ignore commits and their changes by Barret Rhoden · 6 years ago
  44. 55f808f blame: use a helper function in blame_chunk() by Barret Rhoden · 6 years ago
  45. 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
  46. 4d8c4da Merge branch 'dk/blame-keep-origin-blob' by Junio C Hamano · 6 years ago
  47. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  48. f892014 blame.c: don't drop origin blobs as eagerly by David Kastrup · 6 years ago
  49. 4e021dc Merge branch 'wh/author-committer-ident-config' by Junio C Hamano · 6 years ago
  50. 39ab4d0 config: allow giving separate author and committer idents by William Hubbs · 6 years ago
  51. e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  52. fb998ea blame.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  53. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  54. e675765 diff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  55. 6afaf80 diff.c: remove the_index dependency in textconv() functions by Nguyễn Thái Ngọc Duy · 6 years ago
  56. a470bee blame.c: rename "repo" argument to "r" by Nguyễn Thái Ngọc Duy · 6 years ago
  57. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  58. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  59. 7ae96e3 Merge branch 'ab/unconditional-free-and-null' by Junio C Hamano · 7 years ago
  60. ce528de refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) by Ævar Arnfjörð Bjarmason · 7 years ago
  61. ecbbc0a blame.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  62. ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
  63. a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
  64. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  65. 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller · 7 years ago
  66. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  67. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  68. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  69. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
  70. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  71. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  72. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  73. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  74. 4e0df4e blame: use commit-slab for blame suspects instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  75. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  76. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  77. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
  78. 8ba0e5e alloc: add repository argument to alloc_commit_node by Stefan Beller · 7 years ago
  79. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  80. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  81. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  82. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  83. 2d5792f Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees by Junio C Hamano · 7 years ago
  84. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  85. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  86. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  87. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  88. abeacb2 blame: rename 'this' variables by Brandon Williams · 7 years ago
  89. 829e5c3 sha1_file: convert pretend_sha1_file to object_id by Patryk Obara · 7 years ago
  90. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  91. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  92. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  93. 3b69dae diff: remove DIFF_OPT_TST macro by Brandon Williams · 7 years ago
  94. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  95. 483709a Merge branch 'js/blame-lib' by Junio C Hamano · 8 years ago
  96. 9e7d8a9 blame: fix memory corruption scrambling revision name in error message by SZEDER Gábor · 8 years ago
  97. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  98. 5812b3f Merge branch 'bw/ls-files-sans-the-index' by Junio C Hamano · 8 years ago
  99. a6f38c1 Merge branch 'bw/object-id' by Junio C Hamano · 8 years ago
  100. e140f7a coccinelle: make use of the "expression" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago