]> git.ipfire.org Git - thirdparty/git.git/commit
t0000: check whether the shell supports the "local" keyword
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 26 Oct 2017 08:18:53 +0000 (10:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Oct 2017 02:41:39 +0000 (11:41 +0900)
commit01d3a526ad9a37938f3597b2c160d699904cb8b8
tree97d00e963208a8824fce573d55d5b867823a598a
parentcb5918aa0d50f50e83787f65c2ddc3dcb10159fe
t0000: check whether the shell supports the "local" keyword

Add a test balloon to see if we get complaints from anybody who is
using a shell that doesn't support the "local" keyword. If so, this
test can be reverted. If not, we might want to consider using "local"
in shell code throughout the git code base.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh