From 12dc0879f18b39e1020bd6afec117bc38110d8c9 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Thu, 26 Mar 2020 04:25:53 -0400 Subject: [PATCH] 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 --- t/lib-credential.sh | 0 t/lib-gpg.sh | 0 t/lib-log-graph.sh | 0 t/lib-submodule-update.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 t/lib-credential.sh mode change 100755 => 100644 t/lib-gpg.sh mode change 100755 => 100644 t/lib-log-graph.sh mode change 100755 => 100644 t/lib-submodule-update.sh 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