]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/lib-*.sh: drop executable bit
authorJeff King <peff@peff.net>
Thu, 26 Mar 2020 08:25:53 +0000 (04:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2020 18:26:48 +0000 (11:26 -0700)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-credential.sh [changed mode: 0755->0644]
t/lib-gpg.sh [changed mode: 0755->0644]
t/lib-log-graph.sh [changed mode: 0755->0644]
t/lib-submodule-update.sh [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)