]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/designated-initializers-more'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Oct 2021 22:47:57 +0000 (15:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Oct 2021 22:47:57 +0000 (15:47 -0700)
commita4b9fb6a5cf1f7cf015b3d114b364730f6b74ead
tree57894534a4cc6831845cee4ae411dd6274245ee0
parent0b69bb0fb1ebe1a9ab7a3f4bfde5cad82eb892e3
parent0000e81811bcbdc44339d03ae772650b98c26ed9
Merge branch 'ab/designated-initializers-more'

Code clean-up.

* ab/designated-initializers-more:
  builtin/remote.c: add and use SHOW_INFO_INIT
  builtin/remote.c: add and use a REF_STATES_INIT
  urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
  builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
  daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
builtin/remote.c
http.c