]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/local-extern-shell-rules'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2024 21:50:27 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2024 21:50:27 +0000 (14:50 -0700)
Document and apply workaround for a buggy version of dash that
mishandles "local var=val" construct.

* jc/local-extern-shell-rules:
  t1016: local VAR="VAL" fix
  t0610: local VAR="VAL" fix
  t: teach lint that RHS of 'local VAR=VAL' needs to be quoted
  t: local VAR="VAL" (quote ${magic-reference})
  t: local VAR="VAL" (quote command substitution)
  t: local VAR="VAL" (quote positional parameters)
  CodingGuidelines: quote assigned value in 'local var=$val'
  CodingGuidelines: describe "export VAR=VAL" rule

1  2 
Documentation/CodingGuidelines
t/t0610-reftable-basics.sh

Simple merge
Simple merge