commit | b9b727ddb3c9e005bc4e9af0b990b6ef06d7f621 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 15:59:09 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 15:59:09 2010 -0800 |
tree | b37e87821f478253847806508747a7e6b4b21924 | |
parent | 4848509a970e5c805a06fdba12c3377472308443 [diff] [blame] |
t6000lib: Fix permission 4848509 (Fix permissions on test scripts, 2007-04-13) forgot to make this included file non-executable. Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/t/t6000lib.sh b/t/t6000lib.sh old mode 100755 new mode 100644 index d402621..4f72a3d --- a/t/t6000lib.sh +++ b/t/t6000lib.sh
@@ -1,3 +1,5 @@ +: included from 6002 and others + [ -d .git/refs/tags ] || mkdir -p .git/refs/tags :> sed.script