1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-10 19:16:14 +02:00
git/refs
Ævar Arnfjörð Bjarmason 750036c8f7 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>
2021-09-28 15:12:04 -07:00
..
debug.c refs/debug: quote prefix 2021-07-19 14:32:34 -07:00
files-backend.c refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry() 2021-09-28 15:12:04 -07:00
iterator.c use CALLOC_ARRAY 2021-03-13 16:00:09 -08:00
packed-backend.c Merge branch 'ab/struct-init' 2021-07-16 17:42:53 -07:00
packed-backend.h refs/packed-backend.h: add missing declaration (hdr-check) 2018-09-20 11:50:00 -07:00
ref-cache.c refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry() 2021-09-28 15:12:04 -07:00
ref-cache.h refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry() 2021-09-28 15:12:04 -07:00
refs-internal.h refs: make explicit that ref_iterator_peel returns boolean 2021-05-20 07:54:12 +09:00