From: Junio C Hamano Date: Fri, 8 May 2020 21:25:07 +0000 (-0700) Subject: Merge branch 'jk/arith-expansion-coding-guidelines' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6d4bf5813cd2c1a3b93fd4f0b231733f82133cce;p=git.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