refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()
commit750036c8f71368125b70f907fd369d5316571d01
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 28 Sep 2021 13:02:24 +0000 (28 15:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Sep 2021 22:12:04 +0000 (28 15:12 -0700)
tree5aa31f4958f1330f49ce2501ed38d954538f7cce
parent5e4546d599abdd1f3bbff0eaef77fe9a0cfcc5c3
refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()

Remove the now-unused "incomplete" parameter from create_dir_entry(),
all its callers specify it as "1", so let's drop the "incomplete=0"
case. The last caller to use it was search_for_subdir(), but that code
was removed in the preceding commit.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c
refs/ref-cache.c
refs/ref-cache.h