Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-02-24 12:33:07 +0300
committerJunio C Hamano <gitster@pobox.com>2022-02-25 03:00:33 +0300
commitc829f5f85767079e3f7bf0c9fd36f916fb179fba (patch)
treec7f09937aeef5cf20eb37f9f8d37c2e50d661812 /archive-zip.c
parentb3454e2df2e2b2dcad045c62bedf9d0353a63723 (diff)
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 'archive-zip.c')
0 files changed, 0 insertions, 0 deletions