summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branch 'kn/reftable-optimize-reloading'Junio C Hamano1-14/+8
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano3-12/+9
2026-08-24reftable/stack: rename reftable_stack_new_addition()Karthik Nayak1-2/+2
2026-08-24reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`Karthik Nayak1-12/+6
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton3-12/+9
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano3-10/+11
2026-07-27Merge branch 'ps/copy-wo-the-repository'Junio C Hamano1-1/+1
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano2-23/+32
2026-07-19Merge branch 'kk/reftable-tombstone-quadratic-fix'Junio C Hamano1-11/+43
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-2/+2
2026-07-16copy: drop dependency on `the_repository`Patrick Steinhardt1-1/+1
2026-07-16refs/files: drop `USE_THE_REPOSITORY_VARIABLE`Patrick Steinhardt1-14/+17
2026-07-16refs/packed: de-globalize handling of "core.packedRefsTimeout"Patrick Steinhardt1-7/+13
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe3-9/+10
2026-07-14refs/packed: use repo_create_tempfile()René Scharfe1-1/+1
2026-07-10reftable: fix quadratic behavior in the presence of tombstonesKristofer Karlsson1-11/+43
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano4-84/+191
2026-06-26refs/reftable: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt1-61/+85
2026-06-26reftable: split up write optionsPatrick Steinhardt1-11/+18
2026-06-26refs/files: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt1-11/+33
2026-06-26refs: move parsing of "core.logAllRefUpdates" back into ref storesPatrick Steinhardt3-18/+28
2026-06-26refs: unregister reference stores from "chdir_notify"Patrick Steinhardt3-5/+49
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-2/+2
2026-06-11treewide: drop USE_THE_REPOSITORY_VARIABLEPatrick Steinhardt1-3/+1
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt2-2/+2
2026-05-27Merge branch 'kn/refs-fsck-skip-lock-files'Junio C Hamano1-11/+11
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano5-82/+64
2026-05-18refs/files: skip lock files during consistency checksKarthik Nayak1-11/+11
2026-05-11Merge branch 'sp/refs-reduce-the-repository'Junio C Hamano3-10/+17
2026-05-05refs: use peeled tag values in reference backendsKarthik Nayak2-11/+4
2026-05-05refs: add peeled object ID to the `ref_update` structKarthik Nayak3-11/+29
2026-05-05refs: move object parsing to the generic layerKarthik Nayak2-45/+2
2026-05-05refs: extract out reflog config to generic layerKarthik Nayak3-2/+8
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak5-9/+21
2026-05-05refs: remove unused typedef 'ref_transaction_commit_fn'Karthik Nayak1-4/+0
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-1/+1
2026-04-08Merge branch 'ps/reftable-portability'Junio C Hamano1-6/+0
2026-04-08refs/reftable-backend: drop uses of the_repositoryShreyansh Paliwal1-3/+3
2026-04-08refs: add struct repository parameter in get_files_ref_lock_timeout_ms()Shreyansh Paliwal2-7/+14
2026-04-02reftable/stack: provide fsync(3p) via system headerPatrick Steinhardt1-6/+0
2026-04-01refs/files-backend: drop const to fix strchr() warningJeff King1-1/+1
2026-04-01Merge branch 'vp/http-rate-limit-retries'Junio C Hamano1-1/+1
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas1-1/+1
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano4-18/+21
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano5-53/+51
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak5-15/+46
2026-02-25refs: move out stub modification to generic layerKarthik Nayak2-28/+5
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak1-12/+2
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt1-2/+5
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt1-1/+1