]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/struct-init'
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:52 +0000 (17:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:53 +0000 (17:42 -0700)
commitbd4232fac3319890429ec303e2f7c3d287c8eaa3
treeb5032aca9cdafb5812801f2868cabddc23e2052a
parent832a239b72779e97b09943d77b9097ed8376e18e
parentbc40dfb10a06612813a3f9b733d65af0732208b2
Merge branch 'ab/struct-init'

Code cleanup around struct_type_init() functions.

* ab/struct-init:
  string-list.h users: change to use *_{nodup,dup}()
  string-list.[ch]: add a string_list_init_{nodup,dup}()
  dir.[ch]: replace dir_init() with DIR_INIT
  *.c *_init(): define in terms of corresponding *_INIT macro
  *.h: move some *_INIT to designated initializers
builtin/stash.c
config.c
merge-ort.c
merge-recursive.c
refs/packed-backend.c
transport.c