]> git.ipfire.org Git - thirdparty/git.git/commit
refs: print errno for read_raw_ref if GIT_TRACE_REFS is set
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 12 Apr 2021 19:32:34 +0000 (19:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Apr 2021 21:42:37 +0000 (14:42 -0700)
commit2a2112a42913ee7397f950f3b8f9b3f3ab84a631
tree0d9d7ed74da4bec58530b4ac19cde395b67338e6
parent89b43f80a514aee58b662ad606e6352e03eaeee4
refs: print errno for read_raw_ref if GIT_TRACE_REFS is set

The ref backend API uses errno as a sideband error channel.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/debug.c