t/lib-*.sh: drop executable bit
authorJeff King <redacted>
Thu, 26 Mar 2020 08:25:53 +0000 (04:25 -0400)
committerJunio C Hamano <redacted>
Fri, 27 Mar 2020 18:26:48 +0000 (11:26 -0700)
commit12dc0879f18b39e1020bd6afec117bc38110d8c9
treea4bb0581d868fc4e07855993c521ebab42598045
parentf27491d59ef66fcb175101e1bca457c3d69dc1d9
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
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]
git clone https://git.99rst.org/PROJECT