]> git.ipfire.org Git - thirdparty/git.git/commit
t1016: local VAR="VAL" fix
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Apr 2024 00:28:16 +0000 (17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Apr 2024 05:50:11 +0000 (22:50 -0700)
commit836b22139115f92812479ff6a92ffad09f8a6b8c
tree96eaaba5ff2aa6b2a9313ebe2df638ca01658e1b
parent26ba7477d9815f82ad37c5a5499af2e236cbef25
t1016: local VAR="VAL" fix

The series was based on maint and fixes all the tests that exist
there, but we have acquired a few more.

I suspect that the values assigned in many of these places are $IFS
safe, and this is primarily to squelch the linter than adding a
necessary workaround for buggy dash.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1016-compatObjectFormat.sh