Merge branch 'jk/weather-balloon-require-variadic-macro'
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:46 +0000 (16:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:46 +0000 (16:40 -0800)
commitdfc3c2b22472b051feac9e6b0d141ce60b76fbdb
treec0c47cfac582c479a78bd3d6262b30fef4e0c59f
parentb6c90a2a2263dad738347b2c8eb0b075be5b46ed
parent765dc168882476e66a997fe2209cb2aa08021737
Merge branch 'jk/weather-balloon-require-variadic-macro'

We've carried compatibility codepaths for compilers without
variadic macros for quite some time, but the world may be ready for
them to be removed.  Force compilation failure on exotic platforms
where variadic macros are not available to find out who screams in
such a way that we can easily revert if it turns out that the world
is not yet ready.

* jk/weather-balloon-require-variadic-macro:
  git-compat-util: always enable variadic macros