diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-10-16 11:39:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-16 11:17:03 -0700 |
commit | ccf3cc1b189f732cb1e99b08bda37e92a896047f (patch) | |
tree | 84cc8fe8107c623b65d579bc5efca7381e026652 /t/t6300-for-each-ref.sh | |
parent | refs API: make files_copy_or_rename_ref() et al not set errno (diff) | |
download | tgif-ccf3cc1b189f732cb1e99b08bda37e92a896047f.tar.xz |
refs API: ignore errno in worktree.c's add_head_info()
The static add_head_info() function is only used indirectly by callers
of get_worktrees(), none of whom care about errno, and even if they
did having the faked-up one from refs_resolve_ref_unsafe() would only
confuse them if they used die_errno() et al. So let's explicitly
ignore it here.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6300-for-each-ref.sh')
0 files changed, 0 insertions, 0 deletions