]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/arith-expansion-coding-guidelines'
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:07 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:07 +0000 (14:25 -0700)
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"

1  2 
Documentation/CodingGuidelines

Simple merge