summaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-4/+6
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 Hamano1-16/+19
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-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-4/+6
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano1-12/+64
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 Steinhardt1-3/+17
2026-06-26refs: unregister reference stores from "chdir_notify"Patrick Steinhardt1-3/+19
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-2/+2
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-1/+1
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 Hamano1-38/+20
2026-05-18refs/files: skip lock files during consistency checksKarthik Nayak1-11/+11
2026-05-11Merge branch 'sp/refs-reduce-the-repository'Junio C Hamano1-6/+13
2026-05-05refs: add peeled object ID to the `ref_update` structKarthik Nayak1-8/+12
2026-05-05refs: move object parsing to the generic layerKarthik Nayak1-26/+2
2026-05-05refs: extract out reflog config to generic layerKarthik Nayak1-1/+1
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak1-3/+5
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-1/+1
2026-04-08refs: add struct repository parameter in get_files_ref_lock_timeout_ms()Shreyansh Paliwal1-6/+13
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 Hamano1-8/+11
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-6/+17
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak1-5/+12
2026-02-25refs: move out stub modification to generic layerKarthik Nayak1-1/+5
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt1-2/+5
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt1-6/+6
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano1-3/+2
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak1-3/+2
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt1-0/+2
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt1-33/+21
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt1-3/+47
2026-01-12refs/files: improve error handling when verifying symrefsPatrick Steinhardt1-15/+13
2026-01-12refs/files: extract function to check single refPatrick Steinhardt1-29/+51
2026-01-12refs/files: remove useless indirectionPatrick Steinhardt1-9/+7
2026-01-12refs/files: remove `refs_check_dir` parameterPatrick Steinhardt1-5/+3
2026-01-12refs/files: move fsck functions into global scopePatrick Steinhardt1-9/+8
2026-01-12refs/files: simplify iterating through root refsPatrick Steinhardt1-8/+3
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano1-0/+11
2025-11-19Merge branch 'kn/refs-optim-cleanup'Junio C Hamano1-16/+6
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-48/+23
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak1-0/+11
2025-11-06Merge branch 'pk/reflog-migrate-message-fix'Junio C Hamano1-1/+1