summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
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
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau-1/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-1/+6
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren-1/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+2
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-1/+2
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+2
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+3
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-2/+4
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren-1/+0
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren-1/+1
2023-01-02Merge branch 'ps/fsync-refs-fix'Junio C Hamano-1/+2
2022-12-25refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt-1/+2
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys-45/+37
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-18/+18
2022-08-19refs: mark unused virtual method parametersJeff King-14/+16
2022-08-19refs: mark unused each_ref_fn parametersJeff King-1/+3
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-1/+1
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano-48/+14
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano-171/+127
2022-03-25Merge branch 'ps/fsync-refs'Junio C Hamano-1/+3
2022-03-17refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason-1/+26
2022-03-17packed-backend: remove stub BUG(...) functionsÆvar Arnfjörð Bjarmason-79/+9
2022-03-17refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason-23/+24
2022-03-17refs: use designated initializers for "struct ref_storage_be"Ævar Arnfjörð Bjarmason-78/+78
2022-03-15core.fsync: new option to harden referencesPatrick Steinhardt-1/+3
2022-03-01refs/files-backend: optimize reading of symbolic refsPatrick Steinhardt-6/+28
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt-0/+19
2022-02-18Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano-14/+48
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason-22/+9
2022-01-17refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt-3/+6
2022-01-17refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt-2/+4
2022-01-17refs: allow passing flags when beginning transactionsPatrick Steinhardt-6/+7
2022-01-17refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt-9/+37
2022-01-14Merge branch 'ab/refs-errno-cleanup'Junio C Hamano-2/+1
2022-01-13refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason-2/+1
2022-01-10Merge branch 'ab/reflog-prep'Junio C Hamano-24/+20
2021-12-22reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason-24/+20