Merge branch 'jk/c99'
authorJunio C Hamano <gitster@pobox.com>
Fri, 11 Aug 2017 20:26:58 +0000 (13:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Aug 2017 20:26:58 +0000 (13:26 -0700)
commite72ecd324c54675ddf20ecb7b303ad5ec88f6301
tree33fc3d9042e85c0dd3507c3c1fd4a323ba04d8a9
parent15595ce438d0ce8b195187f00663baa407a2d024
parent512f41cfac55c9dd2f6c47531ee6cbe803ed7ec2
Merge branch 'jk/c99'

Start using selected c99 constructs in small, stable and
essentialpart of the system to catch people who care about
older compilers that do not grok them.

* jk/c99:
  clean.c: use designated initializer
  strbuf: use designated initializers in STRBUF_INIT
builtin/clean.c