1. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  2. 7f0dc79 refs/files-backend: don't peek into `struct lock_file` by Martin Ågren · 4 years, 2 months ago
  3. c9a04f0 Merge branch 'hn/refs-trace-backend' by Junio C Hamano · 4 years, 6 months ago
  4. 4441f42 refs: add GIT_TRACE_REFS debugging mechanism by Han-Wen Nienhuys · 4 years, 6 months ago
  5. 63c0567 refs: move REF_LOG_ONLY to refs-internal.h by Han-Wen Nienhuys · 4 years, 6 months ago
  6. 5085aef refs: move gitdir into base ref_store by Han-Wen Nienhuys · 4 years, 7 months ago
  7. 4877c6c refs: fix comment about submodule ref_stores by Han-Wen Nienhuys · 4 years, 7 months ago
  8. e39620f refs: split off reading loose ref data in separate function by Han-Wen Nienhuys · 4 years, 7 months ago
  9. 25429fe refs: move the logic to add \t to reflog to the files backend by Han-Wen Nienhuys · 4 years, 7 months ago
  10. 523fa69 reflog: cleanse messages in the refs.c layer by Junio C Hamano · 4 years, 8 months ago
  11. 84ee4ca refs: improve documentation for ref iterator by Han-Wen Nienhuys · 4 years, 10 months ago
  12. edc3069 refs: fix segfault when aborting empty transaction by Patrick Steinhardt · 5 years ago
  13. 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
  14. e0ae244 refs: pass NULL to refs_read_ref_full() because object ID is not needed by René Scharfe · 5 years ago
  15. 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
  16. 207ad3c Merge branch 'sc/pack-refs-deletion-racefix' by Junio C Hamano · 6 years ago
  17. 9b7b029 dir-iterator: release strbuf after use by René Scharfe · 6 years ago
  18. a613d4f pack-refs: always refresh after taking the lock file by Sun Chao · 6 years ago
  19. fa1da7d dir-iterator: add flags parameter to dir_iterator_begin by Matheus Tavares · 6 years ago
  20. 3012397 dir-iterator: refactor state machine model by Matheus Tavares · 6 years ago
  21. 2e08c89 Merge branch 'jk/refs-double-abort' by Junio C Hamano · 6 years ago
  22. 917f2cd Merge branch 'nd/rewritten-ref-is-per-worktree' by Junio C Hamano · 6 years ago
  23. d3322eb refs/files-backend: don't look at an aborted transaction by Jeff King · 6 years ago
  24. 249e8dc refs/files-backend: handle packed transaction prepare failure by Jeff King · 6 years ago
  25. b9317d5 Make sure refs/rewritten/ is per-worktree by Nguyễn Thái Ngọc Duy · 6 years ago
  26. 90d31ff files-backend.c: reduce duplication in add_per_worktree_entries_to_dir() by Nguyễn Thái Ngọc Duy · 6 years ago
  27. 09e6564 files-backend.c: factor out per-worktree code in loose_fill_ref_dir() by Nguyễn Thái Ngọc Duy · 6 years ago
  28. 10dee40 files-backend: drop refs parameter from split_symref_update() by Jeff King · 6 years ago
  29. a159801 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  30. 46c0eb5 files-backend.c: fix build error on Solaris by Nguyễn Thái Ngọc Duy · 6 years ago
  31. e146cc9 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  32. d829d49 Merge branch 'bc/hash-transition-part-15' by Junio C Hamano · 6 years ago
  33. 3a3b9d8 refs: new ref types to make per-worktree refs visible to all worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  34. ff6bbce Merge branch 'rj/header-check' by Junio C Hamano · 6 years ago
  35. eea5e03 Merge branch 'tq/refs-internal-comment-fix' by Junio C Hamano · 6 years ago
  36. 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano · 6 years ago
  37. 49d1660 refs/packed-backend: express constants using the_hash_algo by brian m. carlson · 6 years ago
  38. 8aff1a9 Add a place for (not) sharing stuff between worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  39. 4eb4416 refs/refs-internal.h: add missing declarations (hdr-check) by Ramsay Jones · 6 years ago
  40. 611023f refs/packed-backend.h: add missing declaration (hdr-check) by Ramsay Jones · 6 years ago
  41. 440984b refs/ref-cache.h: add missing declarations (hdr-check) by Ramsay Jones · 6 years ago
  42. 7b6057c refs: docstring typo by Tao Qingyun · 6 years ago
  43. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  44. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  45. 4a6067c refs.c: migrate internal ref iteration to pass thru repository argument by Stefan Beller · 7 years ago
  46. 7d020f5 Merge branch 'jk/size-t' by Junio C Hamano · 7 years ago
  47. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  48. 37aac3e Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  49. 9cb10ca Merge branch 'bp/log-ref-write-fd-with-strbuf' by Junio C Hamano · 7 years ago
  50. 00da9b2 Merge branch 'bb/pedantic' by Junio C Hamano · 7 years ago
  51. 765b496 pass st.st_size as hint for strbuf_readlink() by Jeff King · 7 years ago
  52. 2ae2e2a refs/files-backend: use the_hash_algo for writing refs by brian m. carlson · 7 years ago
  53. 80a6c20 convert log_ref_write_fd() to use strbuf by Ben Peart · 7 years ago
  54. 13f925f fixup! refs/refs-internal.h: avoid forward declaration of an enum by Junio C Hamano · 7 years ago
  55. 91c2f20 refs/refs-internal.h: avoid forward declaration of an enum by Beat Bolli · 7 years ago
  56. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  57. 09427e8 refs/packed-backend.c: close fd of empty file by Stefan Beller · 7 years ago
  58. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  59. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 7 years ago
  60. b227586 lock_file: make function-local locks non-static by Martin Ågren · 7 years ago
  61. 174774c Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  62. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  63. 64a7416 refs: store the main ref store inside the repository struct by Stefan Beller · 7 years ago
  64. fb9c2d2 refs: use chdir_notify to update cached relative paths by Jeff King · 7 years ago
  65. 9db2291 Merge branch 'kg/packed-ref-cache-fix' by Junio C Hamano · 7 years ago
  66. cbf0240 Merge branch 'sg/cocci-move-array' by Junio C Hamano · 7 years ago
  67. 2b72ea0 Merge branch 'mr/packed-ref-store-fix' by Junio C Hamano · 7 years ago
  68. ba41a8b packed_ref_cache: don't use mmap() for small files by Kim Gybels · 7 years ago
  69. 01caf20 load_contents(): don't try to mmap an empty file by Michael Haggerty · 7 years ago
  70. f342429 packed_ref_iterator_begin(): make optimization more general by Michael Haggerty · 7 years ago
  71. 4a14f8d find_reference_location(): make function safe for empty snapshots by Michael Haggerty · 7 years ago
  72. 27a4184 create_snapshot(): use `xmemdupz()` rather than a strbuf by Michael Haggerty · 7 years ago
  73. 4a2854f struct snapshot: store `start` rather than `header_len` by Michael Haggerty · 7 years ago
  74. f919ffe Use MOVE_ARRAY by SZEDER Gábor · 7 years ago
  75. 81fcb69 files_initial_transaction_commit(): only unlock if locked by Mathias Rav · 7 years ago
  76. 02abc6b Merge branch 'mh/avoid-rewriting-packed-refs' into maint by Junio C Hamano · 7 years ago
  77. a972229 Merge branch 'mh/tidy-ref-update-flags' by Junio C Hamano · 7 years ago
  78. ffb0b57 Merge branch 'mh/avoid-rewriting-packed-refs' by Junio C Hamano · 7 years ago
  79. e7e456f Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  80. 78fb457 refs: update some more docs to use "oid" rather than "sha1" by Michael Haggerty · 7 years ago
  81. 4170188 write_packed_entry(): take `object_id` arguments by Michael Haggerty · 7 years ago
  82. acedcde refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING` by Michael Haggerty · 7 years ago
  83. 91774af refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` by Michael Haggerty · 7 years ago
  84. 5ac95fe refs: tidy up and adjust visibility of the `ref_update` flags by Michael Haggerty · 7 years ago
  85. 62c72d1 ref_transaction_add_update(): remove a check by Michael Haggerty · 7 years ago
  86. b00f3cf prune_ref(): call `ref_transaction_add_update()` directly by Michael Haggerty · 7 years ago
  87. b0ca411 files_transaction_prepare(): don't leak flags to packed transaction by Michael Haggerty · 7 years ago
  88. 7c6bd25 files-backend: don't rewrite the `packed-refs` file unnecessarily by Michael Haggerty · 7 years ago
  89. ff08e56 Merge branch 'bc/object-id' into base by Michael Haggerty · 7 years ago
  90. 4e40fb3 Merge branch 'mh/ref-locking-fix' by Junio C Hamano · 7 years ago
  91. da5267f files_transaction_prepare(): fix handling of ref lock failure by Michael Haggerty · 7 years ago
  92. 4f01e50 refs/files-backend: convert static functions to object_id by brian m. carlson · 7 years ago
  93. 99afe91 refs: convert read_raw_ref backends to struct object_id by brian m. carlson · 7 years ago
  94. ac2ed0d refs: convert peel_object to struct object_id by brian m. carlson · 7 years ago
  95. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  96. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  97. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  98. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  99. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  100. 49e9958 refs/files-backend: convert struct ref_to_prune to object_id by brian m. carlson · 7 years ago