diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-03-10 23:56:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-13 18:37:08 +0000 |
commit | 57be9c6deeb1be7c3ce6270df52473eddc09a86c (patch) | |
tree | 932d20bfc08710ef9770f666db94bb722639e98b /t/t5609-clone-branch.sh | |
parent | reflog + refs-backend: move "verbose" out of the backend (diff) | |
download | tgif-57be9c6deeb1be7c3ce6270df52473eddc09a86c.tar.xz |
reflog: don't be noisy on empty reflogs
Fix a regression in my daf1d8285ee (reflog expire: don't use
lookup_commit_reference_gently(), 2021-12-22), in changing from
lookup_commit_reference_gently() to lookup_commit() we stopped trying
to call deref_tag() and parse_object() on the provided OID, but we
also started returning non-NULL for the null_oid().
As a result we'd emit an error() via mark_reachable() later in this
function as we tried to invoke parse_commit() on it.
Reported-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Tested-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5609-clone-branch.sh')
0 files changed, 0 insertions, 0 deletions