From 12dc0879f18b39e1020bd6afec117bc38110d8c9 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Thu, 26 Mar 2020 04:25:53 -0400 Subject: 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-log-graph.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 t/lib-log-graph.sh (limited to 't/lib-log-graph.sh') diff --git a/t/lib-log-graph.sh b/t/lib-log-graph.sh old mode 100755 new mode 100644 -- cgit 1.2.3-korg