]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/c99-variadic-macros'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
commit69a3b75fa638f51fc11c6f34b67531032974f7d8
treeb1d9dce062324112b386bb576459cc4e40fc1aab
parent4763ccd7f420c7c9451efa5b979af2e79b7e28b4
parent56a29d2c970ca9f95fcfb5859a417a68ff7d5b47
Merge branch 'ab/c99-variadic-macros'

Remove the escape hatch we added when we introduced the weather
balloon to use variadic macros unconditionally, to make it official
that we now have a hard dependency on the feature.

* ab/c99-variadic-macros:
  C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  git-compat-util.h: clarify GCC v.s. C99-specific in comment