summaryrefslogtreecommitdiff
path: root/refs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pack-ref-exclude-include' into seenJunio C Hamano2023-05-174-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 'tb/refs-exclusion-and-packed-refs' into seenJunio C Hamano2023-05-174-29/+214
|\ \
| * | refs/packed-backend.c: ignore complicated hidden refs rulesTaylor Blau2023-05-151-0/+19
| * | refs/packed-backend.c: add trace2 counters for jump listTaylor Blau2023-05-151-0/+2
| * | refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau2023-05-151-6/+160
| * | refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau2023-05-151-16/+22
| * | refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-05-154-9/+13
| * | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-095-1/+8
| |\ \ | | |/ | |/|
* | | repository: remove unnecessary include of path.hElijah Newren2023-05-161-0/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-05-162-2/+2
* | | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-05-161-0/+1
* | | Merge branch 'en/header-split-cache-h-part-2' into en/header-split-cache-h-pa...Junio C Hamano2023-05-085-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-241-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-231-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-233-0/+3
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-232-2/+4
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-231-1/+0
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-231-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
* | refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+3
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \
| * \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \
| | * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | | Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-134-48/+14
* | | | Merge branch 'ab/refs-various-fixes'Junio C Hamano2022-03-295-171/+127
|\ \ \ \
| * | | | refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason2022-03-171-1/+26
| * | | | packed-backend: remove stub BUG(...) functionsÆvar Arnfjörð Bjarmason2022-03-171-79/+9
| * | | | refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason2022-03-175-23/+24
| * | | | refs: use designated initializers for "struct ref_storage_be"Ævar Arnfjörð Bjarmason2022-03-173-78/+78
* | | | | Merge branch 'ps/fsync-refs'Junio C Hamano2022-03-252-1/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |