1. 2a69ff0 shallow: reset commit grafts when shallow is reset by Jonathan Tan · 3 years ago
  2. 9d505b7 git-rev-list: add --exclude-first-parent-only flag by Jerry Zhang · 3 years, 2 months ago
  3. 98c431b commit_graft_pos(): take an oid instead of a bare hash by Jeff King · 4 years, 1 month ago
  4. de6dda0 Merge branch 'sg/commit-graph-cleanups' into master by Junio C Hamano · 4 years, 7 months ago
  5. 1df15f8 commit-slab: add a function to deep free entries on the slab by SZEDER Gábor · 4 years, 9 months ago
  6. 896833b Merge branch 'tb/shallow-cleanup' by Junio C Hamano · 4 years, 10 months ago
  7. 2b4ff3d Merge branch 'tb/reset-shallow' by Junio C Hamano · 4 years, 10 months ago
  8. cac4b8e shallow: use struct 'shallow_lock' for additional safety by Taylor Blau · 4 years, 10 months ago
  9. 120ad2b shallow: extract a header file for shallow-related functions by Taylor Blau · 4 years, 10 months ago
  10. 37b9dca shallow.c: use '{commit,rollback}_shallow_file' by Taylor Blau · 4 years, 10 months ago
  11. fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
  12. a4c5d9f Merge branch 'rs/dedup-includes' by Junio C Hamano · 5 years ago
  13. 678a9ca Merge branch 'as/shallow-slab-use-fix' by Junio C Hamano · 5 years ago
  14. 2fe4439 treewide: remove duplicate #include directives by René Scharfe · 5 years ago
  15. ddb3c85 shallow.c: don't free unallocated slabs by Ali Utku Selen · 5 years ago
  16. 34e7771 Use the right 'struct repository' instead of the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  17. bd0b42a fetch-pack: do not take shallow lock unnecessarily by Jonathan Tan · 6 years ago
  18. ea100b6 Merge branch 'js/shallow-and-fetch-prune' by Junio C Hamano · 6 years ago
  19. 2588f6e shallow: offer to prune only non-existing entries by Johannes Schindelin · 6 years ago
  20. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  21. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  22. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  23. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  24. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  25. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  26. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  27. 208ee59 Merge branch 'nd/reject-empty-shallow-request' by Junio C Hamano · 7 years ago
  28. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  29. e34de73 upload-pack: reject shallow requests that would return nothing by Nguyễn Thái Ngọc Duy · 7 years ago
  30. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  31. 58dbe58 shallow.c: use commit-slab for commit depth instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  32. eee4502 shallow: migrate shallow information into the object parser by Stefan Beller · 7 years ago
  33. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  34. c881348 shallow: add repository argument to is_repository_shallow by Stefan Beller · 7 years ago
  35. 22bdc7c shallow: add repository argument to check_shallow_file_for_update by Stefan Beller · 7 years ago
  36. 19143f1 shallow: add repository argument to register_shallow by Stefan Beller · 7 years ago
  37. 6a2df51 shallow: add repository argument to set_alternate_shallow_file by Stefan Beller · 7 years ago
  38. 1f93ecd commit: add repository argument to lookup_commit_graft by Jonathan Nieder · 7 years ago
  39. 3f5787f commit: add repository argument to register_commit_graft by Jonathan Nieder · 7 years ago
  40. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  41. b227586 lock_file: make function-local locks non-static by Martin Ågren · 7 years ago
  42. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  43. 69c54c7 Merge branch 'ma/leakplugs' by Junio C Hamano · 7 years ago
  44. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  45. 7199203 object_array: add and use `object_array_pop()` by Martin Ågren · 7 years ago
  46. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  47. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 7 years ago
  48. 49bd0fc tempfile: do not delete tempfile on failed close by Jeff King · 7 years ago
  49. 45c6b1e always check return value of close_tempfile by Jeff King · 7 years ago
  50. c0e963b setup_temporary_shallow: move tempfile struct into function by Jeff King · 7 years ago
  51. 0899013 setup_temporary_shallow: avoid using inactive tempfile by Jeff King · 7 years ago
  52. 8b65a34 commit: convert lookup_commit_graft to struct object_id by Stefan Beller · 8 years ago
  53. f056cde Merge branch 'rs/use-div-round-up' by Junio C Hamano · 8 years ago
  54. 42c78a2 use DIV_ROUND_UP by René Scharfe · 8 years ago
  55. 849e671 Merge branch 'js/plug-leaks' by Junio C Hamano · 8 years ago
  56. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  57. 1e43ed9 Convert remaining callers of lookup_commit_reference* to object_id by brian m. carlson · 8 years ago
  58. e92b848 shallow: convert shallow registration functions to object_id by brian m. carlson · 8 years ago
  59. 7c565a6 shallow: avoid memory leak by Johannes Schindelin · 8 years ago
  60. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  61. ee3051b sha1-array: convert internal storage for struct sha1_array to object_id by brian m. carlson · 8 years ago
  62. 3c9979b Merge branch 'nd/shallow-fixup' by Junio C Hamano · 8 years ago
  63. 649b0c3 shallow.c: remove useless code by Nguyễn Thái Ngọc Duy · 8 years ago
  64. 1127b3c shallow.c: bit manipulation tweaks by Rasmus Villemoes · 8 years ago
  65. 381aa8e shallow.c: avoid theoretical pointer wrap-around by Rasmus Villemoes · 8 years ago
  66. f2386c6 shallow.c: make paint_alloc slightly more robust by Nguyễn Thái Ngọc Duy · 8 years ago
  67. 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
  68. 0afd307 shallow.c: rename fields in paint_info to better express their purposes by Nguyễn Thái Ngọc Duy · 8 years ago
  69. dbaa6bd Merge branch 'ls/filter-process' by Junio C Hamano · 8 years ago
  70. 81c634e pkt-line: rename packet_write() to packet_write_fmt() by Lars Schneider · 8 years ago
  71. a460ea4 Merge branch 'nd/shallow-deepen' by Junio C Hamano · 8 years ago
  72. 50492f7 pass constants as first argument to st_mult() by René Scharfe · 9 years ago
  73. 3d9ff4d shallow.c: implement a generic shallow boundary finder based on rev-list by Nguyễn Thái Ngọc Duy · 9 years ago
  74. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  75. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  76. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  77. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  78. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  79. 0692a6c Merge branch 'rs/pop-commit' by Junio C Hamano · 9 years ago
  80. 433cc7e Merge branch 'tk/sigchain-unnecessary-post-tempfile' by Junio C Hamano · 9 years ago
  81. e510ab8 use pop_commit() for consuming the first entry of a struct commit_list by René Scharfe · 9 years ago
  82. 4b7c50a shallow: remove unused #include "sigchain.h" by Tobias Klauser · 9 years ago
  83. db86e61 Merge branch 'mh/tempfile' by Junio C Hamano · 10 years ago
  84. f932729 memoize common git-path "constant" files by Jeff King · 10 years ago
  85. 6e122b4 setup_temporary_shallow(): use tempfile module by Michael Haggerty · 10 years ago
  86. b4fb09e lockfile: add accessor get_lock_file_path() by Michael Haggerty · 10 years ago
  87. 580b04e shallow: rewrite functions to take object_id arguments by Michael Haggerty · 10 years ago
  88. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  89. a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  90. 7683e2e commit: convert parts to struct object_id by brian m. carlson · 10 years ago
  91. faf723a Merge branch 'jk/blame-commit-label' into maint by Junio C Hamano · 10 years ago
  92. c985aaf Merge branch 'jc/unused-symbols' by Junio C Hamano · 10 years ago
  93. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
  94. 167832c shallow.c: make check_shallow_file_for_update() static by Junio C Hamano · 10 years ago
  95. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
  96. e4da4fb Merge branch 'eb/no-pthreads' by Junio C Hamano · 10 years ago
  97. 0f4b6db Handle atexit list internaly for unthreaded builds by Etienne Buira · 10 years ago
  98. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  99. cf6950d lockfile: change lock_file::filename into a strbuf by Michael Haggerty · 10 years ago
  100. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 10 years ago