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.tokkee.org/?a=commitdiff_plain;h=b9b727ddb3c9e005bc4e9af0b990b6ef06d7f621;p=git.git 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 d40262159..4f72a3d89 --- 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