From b9b727ddb3c9e005bc4e9af0b990b6ef06d7f621 Mon Sep 17 00:00:00 2001
From: Junio C Hamano <gitster@pobox.com>
Date: Sat, 30 Jan 2010 15:59:09 -0800
Subject: [PATCH 1/2] t6000lib: Fix permission

4848509 (Fix permissions on test scripts, 2007-04-13) forgot to make
this included file non-executable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 t/t6000lib.sh | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100755 => 100644 t/t6000lib.sh

diff --git a/t/t6000lib.sh b/t/t6000lib.sh
old mode 100755
new mode 100644
index d40262159bc..4f72a3d8901
--- a/t/t6000lib.sh
+++ b/t/t6000lib.sh
@@ -1,3 +1,5 @@
+: included from 6002 and others
+
 [ -d .git/refs/tags ] || mkdir -p .git/refs/tags
 
 :> sed.script

From c32056e0ef193002f80d75fd795e156ddf65c4ab Mon Sep 17 00:00:00 2001
From: Junio C Hamano <gitster@pobox.com>
Date: Sat, 30 Jan 2010 16:04:25 -0800
Subject: [PATCH 2/2] lib-patch-mode.sh: Fix permission

In the same sprit as 4848509 (Fix permissions on test scripts,
2007-04-13), t/lib-patch-mode.sh should not be executable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 t/lib-patch-mode.sh | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100755 => 100644 t/lib-patch-mode.sh

diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh
old mode 100755
new mode 100644
index afb4b6686c8..06c3c917620
--- a/t/lib-patch-mode.sh
+++ b/t/lib-patch-mode.sh
@@ -1,3 +1,5 @@
+: included from t2016 and others
+
 . ./test-lib.sh
 
 set_state () {