From 7d850266429cec825110eaabc5db6e0636015d4c Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Wed, 23 Jul 2008 17:42:41 +0200 Subject: [PATCH] gitstats: Remove unneeded executionable bit on setupRepo.py The testcases now run it through the python interpreter explicitly, we don't require it to be executable anymore now. --- src/scripts/setupRepo.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/scripts/setupRepo.py diff --git a/src/scripts/setupRepo.py b/src/scripts/setupRepo.py old mode 100755 new mode 100644 -- 2.11.4.GIT