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