From: Junio C Hamano Date: Fri, 8 May 2020 21:25:07 +0000 (-0700) Subject: Merge branch 'jk/arith-expansion-coding-guidelines' X-Git-Tag: v2.27.0-rc0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d4bf5813cd2c1a3b93fd4f0b231733f82133cce;p=thirdparty%2Fgit.git Merge branch 'jk/arith-expansion-coding-guidelines' The coding guideline for shell scripts instructed to refer to a variable with dollar-sign inside arithmetic expansion to work around a bug in old versions of dash, which is a thing of the past. Now we are not forbidden from writing $((var+1)). * jk/arith-expansion-coding-guidelines: CodingGuidelines: drop arithmetic expansion advice to use "$x" --- 6d4bf5813cd2c1a3b93fd4f0b231733f82133cce