Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt
2023-11-17refs/files: use transactions to delete referencesPatrick Steinhardt
2023-10-10files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-11refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano
2023-05-13pack-refs: teach pack-refs --include optionJohn Cai
2023-05-13pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused virtual method parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-04-14Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano
2022-03-29Merge branch 'ab/refs-various-fixes'Junio C Hamano
2022-03-26Merge branch 'ps/fsync-refs'Junio C Hamano
2022-03-17refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason
2022-03-17refs: use designated initializers for "struct ref_storage_be"Ævar Arnfjörð Bjarmason
2022-03-15core.fsync: new option to harden referencesPatrick Steinhardt
2022-03-01refs/files-backend: optimize reading of symbolic refsPatrick Steinhardt
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt
2022-02-19Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2022-01-17refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt
2022-01-17refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt
2022-01-17refs: allow passing flags when beginning transactionsPatrick Steinhardt
2022-01-17refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt
2022-01-15Merge branch 'ab/refs-errno-cleanup'Junio C Hamano
2022-01-13refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason
2022-01-10Merge branch 'ab/reflog-prep'Junio C Hamano
2021-12-23reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason
2021-12-23refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUNÆvar Arnfjörð Bjarmason
2021-12-23refs: centralize initialization of the base ref_store.Han-Wen Nienhuys
2021-12-23refs: pass gitdir to packed_ref_store_createHan-Wen Nienhuys