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-02refs: refactor logic to look up storage backendsPatrick Steinhardt
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-11refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano
2023-05-13pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2022-03-17refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason
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-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt
2021-12-23refs: centralize initialization of the base ref_store.Han-Wen Nienhuys
2021-12-23refs: print error message in debug outputHan-Wen Nienhuys
2021-12-15Merge branch 'hn/reflog-tests'Junio C Hamano
2021-12-02refs/debug: trim trailing LF from reflog messageHan-Wen Nienhuys
2021-11-22refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys
2021-10-04Merge branch 'hn/refs-errno-cleanup'Junio C Hamano
2021-10-04Merge branch 'ab/refs-files-cleanup'Junio C Hamano
2021-08-25refs: make errno output explicit for read_raw_ref_fnHan-Wen Nienhuys
2021-08-25refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason
2021-08-25refs/debug: re-indent argument list for "prepare"Ævar Arnfjörð Bjarmason
2021-07-20refs/debug: quote prefixHan-Wen Nienhuys
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'hn/trace-reflog-expiry'Junio C Hamano
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27refs/debug: trace into reflog expiry tooHan-Wen Nienhuys
2021-04-13refs: print errno for read_raw_ref if GIT_TRACE_REFS is setHan-Wen Nienhuys
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys