summaryrefslogtreecommitdiffstats
path: root/refs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano2024-01-264-9/+37
|\
| * refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt2024-01-081-8/+14
| * setup: move creation of "refs/" into the files backendPatrick Steinhardt2024-01-081-0/+17
| * refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt2024-01-084-4/+9
* | Merge branch 'ps/refstorage-extension'Junio C Hamano2024-01-164-4/+0
|\|
| * refs: refactor logic to look up storage backendsPatrick Steinhardt2024-01-024-4/+0
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-083-4/+0
|\ \ | |/ |/|
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-263-4/+0
* | refs: remove `delete_refs` callback from backendsPatrick Steinhardt2023-11-174-32/+0
* | refs: deduplicate code to delete referencesPatrick Steinhardt2023-11-172-89/+2
* | refs/files: use transactions to delete referencesPatrick Steinhardt2023-11-171-32/+34
|/
* files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye2023-10-101-9/+5
* ref-cache.c: fix prefix matching in ref iterationVictoria Dye2023-10-101-1/+2
* Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-214-29/+192
|\
| * refs/packed-backend.c: add trace2 counters for jump listTaylor Blau2023-07-101-0/+2
| * refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau2023-07-101-6/+157
| * refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau2023-07-101-16/+22
| * refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-104-9/+13
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-212-2/+2
* | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-0/+1
* | Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano2023-06-134-14/+22
|\ \ | |/ |/|
| * pack-refs: teach pack-refs --include optionJohn Cai2023-05-121-8/+10
| * pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-124-10/+15
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-105-1/+8
|\ \ | |/ |/|
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-244-1/+6
| * copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-021-1/+1
|\ \ | |/ |/|
| * string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-251-1/+1
* | treewide: reduce includes of cache.h in other headersElijah Newren2023-04-111-1/+1
* | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
|/
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-212-0/+2
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-1/+2
* treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-212-0/+2
* treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-241-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-243-0/+3
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-242-2/+4
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-241-1/+0
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-241-1/+1
* Merge branch 'ps/fsync-refs-fix'Junio C Hamano2023-01-021-1/+2
|\
| * refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt2022-12-251-1/+2
* | refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys2022-09-192-45/+37
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-013-18/+18
* | refs: mark unused virtual method parametersJeff King2022-08-193-14/+16