From: Junio C Hamano Date: Sat, 30 Jan 2010 23:59:09 +0000 (-0800) Subject: t6000lib: Fix permission X-Git-Tag: v1.7.0.2~20^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b9b727ddb3c9e005bc4e9af0b990b6ef06d7f621?ds=sidebyside 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 --- diff --git a/t/t6000lib.sh b/t/t6000lib.sh old mode 100755 new mode 100644 index d40262159b..4f72a3d890 --- 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