summaryrefslogtreecommitdiff
path: root/refs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-231-1/+1
* refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason2022-03-171-1/+26
* refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason2022-03-171-2/+3
* refs: use designated initializers for "struct ref_storage_be"Ævar Arnfjörð Bjarmason2022-03-171-26/+26
* refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt2022-03-011-0/+1
* refs: centralize initialization of the base ref_store.Han-Wen Nienhuys2021-12-221-1/+2
* refs: print error message in debug outputHan-Wen Nienhuys2021-12-221-1/+2
* Merge branch 'hn/reflog-tests'Junio C Hamano2021-12-151-2/+5
|\
| * refs/debug: trim trailing LF from reflog messageHan-Wen Nienhuys2021-12-021-2/+5
* | refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys2021-11-221-3/+2
|/
* Merge branch 'hn/refs-errno-cleanup'Junio C Hamano2021-10-031-4/+3
|\
| * refs: make errno output explicit for read_raw_ref_fnHan-Wen Nienhuys2021-08-251-4/+3
* | Merge branch 'ab/refs-files-cleanup'Junio C Hamano2021-10-031-4/+4
|\ \ | |/
| * refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason2021-08-251-2/+2
| * refs/debug: re-indent argument list for "prepare"Ævar Arnfjörð Bjarmason2021-08-251-2/+2
* | refs/debug: quote prefixHan-Wen Nienhuys2021-07-191-1/+2
|/
* Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-1/+1
|\
| * hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* | Merge branch 'hn/trace-reflog-expiry'Junio C Hamano2021-05-071-3/+44
|\ \
| * | refs/debug: trace into reflog expiry tooHan-Wen Nienhuys2021-04-271-3/+44
| |/
* | refs: print errno for read_raw_ref if GIT_TRACE_REFS is setHan-Wen Nienhuys2021-04-121-1/+4
|/
* refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2020-09-091-0/+398