summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler-0/+3
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano-2/+9
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt-1/+4
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt-1/+5
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano-36/+16
2024-03-14Merge branch 'ps/reftable-iteration-perf-part2'Junio C Hamano-2/+4
2024-03-07Merge branch 'ps/reftable-repo-init-fix'Junio C Hamano-0/+1
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano-38/+106
2024-03-05refs/reftable: track last log record name via strbufPatrick Steinhardt-5/+6
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt-30/+9
2024-03-05refs/reftable: reload correct stack when creating reflog iterPatrick Steinhardt-1/+1
2024-03-05Merge branch 'ps/reftable-iteration-perf-part2' into ps/reftable-reflog-itera...Junio C Hamano-2/+4
2024-03-04refs/reftable: precompute prefix lengthPatrick Steinhardt-2/+4
2024-02-27refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt-0/+1
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak-4/+7
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak-5/+66
2024-02-23refs: extract out `loose_fill_ref_dir_regular_file()`Karthik Nayak-29/+33
2024-02-21refs: stop resolving ref corresponding to reflogsPatrick Steinhardt-14/+4
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt-14/+2
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt-46/+20
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt-73/+56
2024-02-21refs/files: sort reflogs returned by the reflog iteratorPatrick Steinhardt-2/+2
2024-02-07refs/reftable: fix leak when copying reflog failsPatrick Steinhardt-1/+1
2024-02-07refs: introduce reftable backendPatrick Steinhardt-0/+2298
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano-9/+37
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano-4/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-4/+0
2024-01-08refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt-8/+14
2024-01-08setup: move creation of "refs/" into the files backendPatrick Steinhardt-0/+17
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt-4/+9
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt-4/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-4/+0
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt-32/+0
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt-89/+2
2023-11-17refs/files: use transactions to delete referencesPatrick Steinhardt-32/+34
2023-10-09files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye-9/+5
2023-10-09ref-cache.c: fix prefix matching in ref iterationVictoria Dye-1/+2
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano-29/+192
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau-0/+2
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau-6/+157
2023-07-10refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau-16/+22
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau-9/+13
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+2
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren-0/+1
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano-14/+22
2023-05-12pack-refs: teach pack-refs --include optionJohn Cai-8/+10
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai-10/+15
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-1/+8
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano-1/+1