diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-02-24 10:33:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-24 16:00:33 -0800 |
commit | c829f5f85767079e3f7bf0c9fd36f916fb179fba (patch) | |
tree | c7f09937aeef5cf20eb37f9f8d37c2e50d661812 /t/lib-git-p4.sh | |
parent | refspec.c: use designated initializers for "struct refspec_item" (diff) | |
download | tgif-c829f5f85767079e3f7bf0c9fd36f916fb179fba.tar.xz |
fast-import.c: use designated initializers for "partial" struct assignments
Change a few existing non-designated initializer assignments to use
"partial" designated initializer assignments. I.e. we're now omitting
the "NULL" or "0" fields and letting the initializer take care of them
for us.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-git-p4.sh')
0 files changed, 0 insertions, 0 deletions