Junio C Hamano wrote: > -- >8 -- > Even though we have been sticking to C89, there are a few handy > features we borrow from more recent C language in our codebase after > trying them in weather balloons and saw that nobody screamed. > > Spell them out. > > While at it, extend the existing variable declaration rule a bit to > read better with the newly spelled out rule for the for loop. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > --- > Documentation/CodingGuidelines | 25 ++++++++++++++++++++++--- > 1 file changed, 22 insertions(+), 3 deletions(-) Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks.