diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-14 08:38:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-18 12:45:20 -0700 |
commit | 512f41cfac55c9dd2f6c47531ee6cbe803ed7ec2 (patch) | |
tree | 2ae9ad576d45228908b96a77b2ae315585f56fc1 /git-stash.sh | |
parent | strbuf: use designated initializers in STRBUF_INIT (diff) | |
download | tgif-512f41cfac55c9dd2f6c47531ee6cbe803ed7ec2.tar.xz |
clean.c: use designated initializer
This is another test balloon to see if we get complaints from people
whose compilers do not support designated initializer for arrays.
The use of the feature is not all that interesting for cases like
the one this patch touches, where the initialized elements of the
array is dense, but it would be nice if we can use the feature to
initialize an array that has elements initialized to interesting
values only sparsely.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-stash.sh')
0 files changed, 0 insertions, 0 deletions