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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jeff King committed Mar 26, 2020 at 04:25 UTC 12dc0879f18b39e1020bd6afec117bc38110d8c9
4 files changed
t/lib-credential.sh
old mode 100755 new mode 100644
t/lib-gpg.sh
old mode 100755 new mode 100644
t/lib-log-graph.sh
old mode 100755 new mode 100644
t/lib-submodule-update.sh
old mode 100755 new mode 100644