diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-12 14:22:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-12 14:22:59 -0800 |
commit | 694a88a309c74ffeefa9a0db0396ee4c168a521c (patch) | |
tree | 79007f8bcf98505df2e4cf423ac7307535c1b2d1 /t/t4120-apply-popt.sh | |
parent | 72911f8c18d06f2ad340061f9a76556b21acf822 (diff) | |
parent | 11d62145b904b81013d1ad558d68a74e22e81a91 (diff) | |
download | git-694a88a309c74ffeefa9a0db0396ee4c168a521c.tar.gz git-694a88a309c74ffeefa9a0db0396ee4c168a521c.tar.xz |
Merge branch 'jn/scripts-updates'
* jn/scripts-updates:
remove #!interpreter line from shell libraries
test: replace shebangs with descriptions in shell libraries
test: make FILEMODE a lazy prereq
contrib: remove git-p4import
mark contributed hooks executable
mark perl test scripts executable
mark Windows build scripts executable
Diffstat (limited to 't/t4120-apply-popt.sh')
-rwxr-xr-x | t/t4120-apply-popt.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4120-apply-popt.sh b/t/t4120-apply-popt.sh index c5fecdfed..497b62868 100755 --- a/t/t4120-apply-popt.sh +++ b/t/t4120-apply-popt.sh @@ -6,7 +6,6 @@ test_description='git apply -p handling.' . ./test-lib.sh -. "$TEST_DIRECTORY"/lib-prereq-FILEMODE.sh test_expect_success setup ' mkdir sub && |