1. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  2. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 8 months ago
  3. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
  4. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 10 months ago
  5. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 10 months ago
  6. 90cbae9 statinfo: move stat_{data,validity} functions from cache/read-cache by Elijah Newren · 1 year, 10 months ago
  7. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 11 months ago
  8. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
  9. 4a93b89 libs: use "struct repository *" argument, not "the_repository" by Ævar Arnfjörð Bjarmason · 2 years ago
  10. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  11. ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  12. cb338c2 cocci: apply the "commit-reach.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  13. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  14. a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
  15. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
  16. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
  17. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  18. 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 7 months ago
  19. eef985e Merge branch 'jt/unparse-commit-upon-graft-change' by Junio C Hamano · 2 years, 9 months ago
  20. 2da81d1 Merge branch 'ab/plug-leak-in-revisions' by Junio C Hamano · 2 years, 9 months ago
  21. 4d4e49f commit,shallow: unparse commits if grafts changed by Jonathan Tan · 2 years, 9 months ago
  22. 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
  23. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
  24. 2108fe4 revisions API users: add straightforward release_revisions() by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  25. 2a69ff0 shallow: reset commit grafts when shallow is reset by Jonathan Tan · 3 years ago
  26. 9d505b7 git-rev-list: add --exclude-first-parent-only flag by Jerry Zhang · 3 years, 2 months ago
  27. 98c431b commit_graft_pos(): take an oid instead of a bare hash by Jeff King · 4 years, 1 month ago
  28. de6dda0 Merge branch 'sg/commit-graph-cleanups' into master by Junio C Hamano · 4 years, 7 months ago
  29. 1df15f8 commit-slab: add a function to deep free entries on the slab by SZEDER Gábor · 4 years, 9 months ago
  30. 896833b Merge branch 'tb/shallow-cleanup' by Junio C Hamano · 4 years, 10 months ago
  31. 2b4ff3d Merge branch 'tb/reset-shallow' by Junio C Hamano · 4 years, 10 months ago
  32. cac4b8e shallow: use struct 'shallow_lock' for additional safety by Taylor Blau · 4 years, 11 months ago
  33. 120ad2b shallow: extract a header file for shallow-related functions by Taylor Blau · 4 years, 11 months ago
  34. 37b9dca shallow.c: use '{commit,rollback}_shallow_file' by Taylor Blau · 4 years, 11 months ago
  35. fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
  36. a4c5d9f Merge branch 'rs/dedup-includes' by Junio C Hamano · 5 years ago
  37. 678a9ca Merge branch 'as/shallow-slab-use-fix' by Junio C Hamano · 5 years ago
  38. 2fe4439 treewide: remove duplicate #include directives by René Scharfe · 5 years ago
  39. ddb3c85 shallow.c: don't free unallocated slabs by Ali Utku Selen · 5 years ago
  40. 34e7771 Use the right 'struct repository' instead of the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  41. bd0b42a fetch-pack: do not take shallow lock unnecessarily by Jonathan Tan · 6 years ago
  42. ea100b6 Merge branch 'js/shallow-and-fetch-prune' by Junio C Hamano · 6 years ago
  43. 2588f6e shallow: offer to prune only non-existing entries by Johannes Schindelin · 6 years ago
  44. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  45. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  46. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  47. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  48. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  49. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  50. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  51. 208ee59 Merge branch 'nd/reject-empty-shallow-request' by Junio C Hamano · 7 years ago
  52. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  53. e34de73 upload-pack: reject shallow requests that would return nothing by Nguyễn Thái Ngọc Duy · 7 years ago
  54. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  55. 58dbe58 shallow.c: use commit-slab for commit depth instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  56. eee4502 shallow: migrate shallow information into the object parser by Stefan Beller · 7 years ago
  57. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  58. c881348 shallow: add repository argument to is_repository_shallow by Stefan Beller · 7 years ago
  59. 22bdc7c shallow: add repository argument to check_shallow_file_for_update by Stefan Beller · 7 years ago
  60. 19143f1 shallow: add repository argument to register_shallow by Stefan Beller · 7 years ago
  61. 6a2df51 shallow: add repository argument to set_alternate_shallow_file by Stefan Beller · 7 years ago
  62. 1f93ecd commit: add repository argument to lookup_commit_graft by Jonathan Nieder · 7 years ago
  63. 3f5787f commit: add repository argument to register_commit_graft by Jonathan Nieder · 7 years ago
  64. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  65. b227586 lock_file: make function-local locks non-static by Martin Ågren · 7 years ago
  66. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  67. 69c54c7 Merge branch 'ma/leakplugs' by Junio C Hamano · 7 years ago
  68. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  69. 7199203 object_array: add and use `object_array_pop()` by Martin Ågren · 7 years ago
  70. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  71. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  72. 49bd0fc tempfile: do not delete tempfile on failed close by Jeff King · 8 years ago
  73. 45c6b1e always check return value of close_tempfile by Jeff King · 8 years ago
  74. c0e963b setup_temporary_shallow: move tempfile struct into function by Jeff King · 8 years ago
  75. 0899013 setup_temporary_shallow: avoid using inactive tempfile by Jeff King · 8 years ago
  76. 8b65a34 commit: convert lookup_commit_graft to struct object_id by Stefan Beller · 8 years ago
  77. f056cde Merge branch 'rs/use-div-round-up' by Junio C Hamano · 8 years ago
  78. 42c78a2 use DIV_ROUND_UP by René Scharfe · 8 years ago
  79. 849e671 Merge branch 'js/plug-leaks' by Junio C Hamano · 8 years ago
  80. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  81. 1e43ed9 Convert remaining callers of lookup_commit_reference* to object_id by brian m. carlson · 8 years ago
  82. e92b848 shallow: convert shallow registration functions to object_id by brian m. carlson · 8 years ago
  83. 7c565a6 shallow: avoid memory leak by Johannes Schindelin · 8 years ago
  84. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  85. ee3051b sha1-array: convert internal storage for struct sha1_array to object_id by brian m. carlson · 8 years ago
  86. 3c9979b Merge branch 'nd/shallow-fixup' by Junio C Hamano · 8 years ago
  87. 649b0c3 shallow.c: remove useless code by Nguyễn Thái Ngọc Duy · 8 years ago
  88. 1127b3c shallow.c: bit manipulation tweaks by Rasmus Villemoes · 8 years ago
  89. 381aa8e shallow.c: avoid theoretical pointer wrap-around by Rasmus Villemoes · 8 years ago
  90. f2386c6 shallow.c: make paint_alloc slightly more robust by Nguyễn Thái Ngọc Duy · 8 years ago
  91. 6bc3d8c shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools by Nguyễn Thái Ngọc Duy · 8 years ago
  92. 0afd307 shallow.c: rename fields in paint_info to better express their purposes by Nguyễn Thái Ngọc Duy · 8 years ago
  93. dbaa6bd Merge branch 'ls/filter-process' by Junio C Hamano · 8 years ago
  94. 81c634e pkt-line: rename packet_write() to packet_write_fmt() by Lars Schneider · 8 years ago
  95. a460ea4 Merge branch 'nd/shallow-deepen' by Junio C Hamano · 8 years ago
  96. 50492f7 pass constants as first argument to st_mult() by René Scharfe · 9 years ago
  97. 3d9ff4d shallow.c: implement a generic shallow boundary finder based on rev-list by Nguyễn Thái Ngọc Duy · 9 years ago
  98. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  99. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  100. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago