From: Jeff King Date: Thu, 26 Mar 2020 08:25:53 +0000 (-0400) Subject: t/lib-*.sh: drop executable bit X-Git-Tag: v2.27.0-rc0~131^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12dc0879f18b39e1020bd6afec117bc38110d8c9;p=thirdparty%2Fgit.git t/lib-*.sh: drop executable bit There's no need for shell libraries to have the executable bit. They're meant to be sourced, and running them stand-alone is pointless. Let's reduce any possible confusion by making it more clear they're not meant to be run this way. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/lib-credential.sh b/t/lib-credential.sh old mode 100755 new mode 100644 diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh old mode 100755 new mode 100644 diff --git a/t/lib-log-graph.sh b/t/lib-log-graph.sh old mode 100755 new mode 100644 diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh old mode 100755 new mode 100644