summaryrefslogtreecommitdiff
path: root/refs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-095-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
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | core.fsync: new option to harden referencesPatrick Steinhardt2022-03-152-1/+3
* | | | refs/files-backend: optimize reading of symbolic refsPatrick Steinhardt2022-03-011-6/+28
* | | | refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt2022-03-014-0/+19
|/ / /
* | | Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano2022-02-184-14/+48
|\ \ \
| * | | refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt2022-01-171-3/+6
| * | | refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt2022-01-171-2/+4
| * | | refs: allow passing flags when beginning transactionsPatrick Steinhardt2022-01-173-6/+7
| * | | refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt2022-01-173-9/+37
* | | | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-261-22/+9
| |/ / |/| |
* | | Merge branch 'ab/refs-errno-cleanup'Junio C Hamano2022-01-141-2/+1
|\ \ \
| * | | refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason2022-01-131-2/+1
* | | | Merge branch 'ab/reflog-prep'Junio C Hamano2022-01-101-24/+20
|\ \ \ \
| * | | | reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason2021-12-221-24/+20