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
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