1. c6da34a Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" by Junio C Hamano · 3 years ago
  2. 3d8046a Merge branch 'ab/refs-various-fixes' by Junio C Hamano · 3 years ago
  3. 6e1a895 Merge branch 'ps/fsync-refs' by Junio C Hamano · 3 years ago
  4. ca40893 packed-backend: remove stub BUG(...) functions by Ævar Arnfjörð Bjarmason · 3 years ago
  5. e2f8acb refs: use designated initializers for "struct ref_iterator_vtable" by Ævar Arnfjörð Bjarmason · 3 years ago
  6. 32bff61 refs: use designated initializers for "struct ref_storage_be" by Ævar Arnfjörð Bjarmason · 3 years ago
  7. bc22d84 core.fsync: new option to harden references by Patrick Steinhardt · 3 years ago
  8. cd475b3 refs: add ability for backends to special-case reading of symbolic refs by Patrick Steinhardt · 3 years, 1 month ago
  9. 991b4d4 Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs' by Junio C Hamano · 3 years, 1 month ago
  10. fbe73f6 refs: allow passing flags when beginning transactions by Patrick Steinhardt · 3 years, 2 months ago
  11. 69840cc refs: extract packed_refs_delete_refs() to allow control of transaction by Patrick Steinhardt · 3 years, 2 months ago
  12. f9f7fd3 refs: centralize initialization of the base ref_store. by Han-Wen Nienhuys · 3 years, 3 months ago
  13. 99f0d97 refs: pass gitdir to packed_ref_store_create by Han-Wen Nienhuys · 3 years, 3 months ago
  14. b814837 Merge branch 'hn/create-reflog-simplify' by Junio C Hamano · 3 years, 3 months ago
  15. 96f6623 Merge branch 'ab/refs-errno-cleanup' by Junio C Hamano · 3 years, 4 months ago
  16. 7b08912 refs: drop force_create argument of create_reflog API by Han-Wen Nienhuys · 3 years, 4 months ago
  17. 162a13b Merge branch 'jt/no-abuse-alternate-odb-for-submodules' by Junio C Hamano · 3 years, 5 months ago
  18. 8b72fea refs API: make refs_read_raw_ref() not set errno by Han-Wen Nienhuys · 3 years, 5 months ago
  19. 8788195 refs: peeling non-the_repository iterators is BUG by Jonathan Tan · 3 years, 5 months ago
  20. 9bc45a2 refs: teach arbitrary repo support to iterators by Jonathan Tan · 3 years, 5 months ago
  21. 34224e1 refs: plumb repo into ref stores by Jonathan Tan · 3 years, 5 months ago
  22. 5b12e16 refs: make errno output explicit for read_raw_ref_fn by Han-Wen Nienhuys · 3 years, 7 months ago
  23. cc40b5c refs API: remove OID argument to reflog_expire() by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  24. 881aebf refs/packet: add missing BUG() invocations to reflog callbacks by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  25. bd4232f Merge branch 'ab/struct-init' by Junio C Hamano · 3 years, 8 months ago
  26. bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  27. 617480d refs: make explicit that ref_iterator_peel returns boolean by Han-Wen Nienhuys · 3 years, 10 months ago
  28. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  29. 5085aef refs: move gitdir into base ref_store by Han-Wen Nienhuys · 4 years, 7 months ago
  30. a613d4f pack-refs: always refresh after taking the lock file by Sun Chao · 6 years ago
  31. 49d1660 refs/packed-backend: express constants using the_hash_algo by brian m. carlson · 6 years ago
  32. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  33. 09427e8 refs/packed-backend.c: close fd of empty file by Stefan Beller · 7 years ago
  34. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  35. fb9c2d2 refs: use chdir_notify to update cached relative paths by Jeff King · 7 years ago
  36. 9db2291 Merge branch 'kg/packed-ref-cache-fix' by Junio C Hamano · 7 years ago
  37. ba41a8b packed_ref_cache: don't use mmap() for small files by Kim Gybels · 7 years ago
  38. 01caf20 load_contents(): don't try to mmap an empty file by Michael Haggerty · 7 years ago
  39. f342429 packed_ref_iterator_begin(): make optimization more general by Michael Haggerty · 7 years ago
  40. 4a14f8d find_reference_location(): make function safe for empty snapshots by Michael Haggerty · 7 years ago
  41. 27a4184 create_snapshot(): use `xmemdupz()` rather than a strbuf by Michael Haggerty · 7 years ago
  42. 4a2854f struct snapshot: store `start` rather than `header_len` by Michael Haggerty · 7 years ago
  43. 02abc6b Merge branch 'mh/avoid-rewriting-packed-refs' into maint by Junio C Hamano · 7 years ago
  44. a972229 Merge branch 'mh/tidy-ref-update-flags' by Junio C Hamano · 7 years ago
  45. ffb0b57 Merge branch 'mh/avoid-rewriting-packed-refs' by Junio C Hamano · 7 years ago
  46. 78fb457 refs: update some more docs to use "oid" rather than "sha1" by Michael Haggerty · 7 years ago
  47. 4170188 write_packed_entry(): take `object_id` arguments by Michael Haggerty · 7 years ago
  48. 7c6bd25 files-backend: don't rewrite the `packed-refs` file unnecessarily by Michael Haggerty · 7 years ago
  49. 99afe91 refs: convert read_raw_ref backends to struct object_id by brian m. carlson · 7 years ago
  50. ac2ed0d refs: convert peel_object to struct object_id by brian m. carlson · 7 years ago
  51. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  52. e46ebc2 Merge branch 'rs/cleanup-strbuf-users' by Junio C Hamano · 7 years ago
  53. 1a2e1a7 Merge branch 'mh/mmap-packed-refs' by Junio C Hamano · 7 years ago
  54. 3b48045 Merge branch 'sd/branch-copy' by Junio C Hamano · 7 years ago
  55. 72d4a9a use strbuf_addstr() for adding strings to strbufs by René Scharfe · 7 years ago
  56. cff28ca packed-backend.c: rename a bunch of things and update comments by Michael Haggerty · 7 years ago
  57. 523ee2d mmapped_ref_iterator: inline into `packed_ref_iterator` by Michael Haggerty · 7 years ago
  58. a6e19bc ref_cache: remove support for storing peeled values by Michael Haggerty · 7 years ago
  59. 9dd389f packed_ref_store: get rid of the `ref_cache` entirely by Michael Haggerty · 7 years ago
  60. ba1c052 ref_store: implement `refs_peel_ref()` generically by Michael Haggerty · 7 years ago
  61. f3987ab packed_read_raw_ref(): read the reference from the mmapped buffer by Michael Haggerty · 7 years ago
  62. d1cf155 packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator` by Michael Haggerty · 7 years ago
  63. 02b920f read_packed_refs(): ensure that references are ordered when read by Michael Haggerty · 7 years ago
  64. 5b63361 packed_ref_cache: keep the `packed-refs` file mmapped if possible by Michael Haggerty · 7 years ago
  65. 14b3c34 packed-backend.c: reorder some definitions by Michael Haggerty · 7 years ago
  66. 81b9b5a mmapped_ref_iterator_advance(): no peeled value for broken refs by Michael Haggerty · 7 years ago
  67. 9cfb3dc mmapped_ref_iterator: add iterator over a packed-refs file by Michael Haggerty · 7 years ago
  68. daa4540 packed_ref_cache: remember the file-wide peeling state by Michael Haggerty · 7 years ago
  69. 6a9bc40 read_packed_refs(): read references with minimal copying by Michael Haggerty · 7 years ago
  70. 07f0542 Merge branch 'mh/packed-ref-transactions' by Junio C Hamano · 7 years ago
  71. a881169 read_packed_refs(): make parsing of the header line more robust by Michael Haggerty · 8 years ago
  72. 36f2353 read_packed_refs(): only check for a header at the top of the file by Michael Haggerty · 8 years ago
  73. 49a03ef read_packed_refs(): use mmap to read the `packed-refs` file by Michael Haggerty · 8 years ago
  74. 735267a die_unterminated_line(), die_invalid_line(): new functions by Michael Haggerty · 8 years ago
  75. f0a7dc8 packed_ref_cache: add a backlink to the associated `packed_ref_store` by Michael Haggerty · 8 years ago
  76. 8738a8a ref_iterator: keep track of whether the iterator output is ordered by Michael Haggerty · 8 years ago
  77. 9939b33 packed-backend: rip out some now-unused code by Michael Haggerty · 8 years ago
  78. 2fb330c packed_delete_refs(): implement method by Michael Haggerty · 8 years ago
  79. 2775d87 packed_ref_store: implement reference transactions by Michael Haggerty · 8 years ago
  80. 39c8df0 packed-backend: don't adjust the reference count on lock/unlock by Michael Haggerty · 8 years ago
  81. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  82. 83a3069 lockfile: do not rollback lock on failed close by Jeff King · 8 years ago
  83. 44c2339 Merge branch 'mh/packed-ref-store' by Junio C Hamano · 8 years ago
  84. 198b808 packed_ref_store: handle a packed-refs file that is a symlink by Michael Haggerty · 8 years ago
  85. 9308b7f read_packed_refs(): die if `packed-refs` contains bogus data by Michael Haggerty · 8 years ago
  86. e5cc7d7 repack_without_refs(): don't lock or unlock the packed refs by Michael Haggerty · 8 years ago
  87. 42c7f7f commit_packed_refs(): remove call to `packed_refs_unlock()` by Michael Haggerty · 8 years ago
  88. 9051198 clear_packed_ref_cache(): don't protest if the lock is held by Michael Haggerty · 8 years ago
  89. 49aebcf packed_refs_unlock(), packed_refs_is_locked(): new functions by Michael Haggerty · 8 years ago
  90. c8bed83 packed_refs_lock(): report errors via a `struct strbuf *err` by Michael Haggerty · 8 years ago
  91. b7de57d packed_refs_lock(): function renamed from lock_packed_refs() by Michael Haggerty · 8 years ago
  92. 42dfa7e commit_packed_refs(): use a staging file separate from the lockfile by Michael Haggerty · 8 years ago
  93. 3478983 commit_packed_refs(): report errors rather than dying by Michael Haggerty · 8 years ago
  94. e0cc8ac packed_ref_store: make class into a subclass of `ref_store` by Michael Haggerty · 8 years ago
  95. 67be7c5 packed-backend: new module for handling packed references by Michael Haggerty · 8 years ago