From: Junio C Hamano Date: Thu, 8 Aug 2024 17:41:18 +0000 (-0700) Subject: Merge branch 'es/shell-check-updates' X-Git-Tag: v2.47.0-rc0~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2058b2a85987e0f184fac7403dd430f2de76692;p=thirdparty%2Fgit.git Merge branch 'es/shell-check-updates' Test script linter has been updated to catch an attempt to use one-shot export construct "VAR=VAL func" for shell functions (which does not work for some shells) better. * es/shell-check-updates: check-non-portable-shell: improve `VAR=val shell-func` detection check-non-portable-shell: suggest alternative for `VAR=val shell-func` check-non-portable-shell: loosen one-shot assignment error message t4034: fix use of one-shot variable assignment with shell function t3430: drop unnecessary one-shot "VAR=val shell-func" invocation --- c2058b2a85987e0f184fac7403dd430f2de76692