From 5c5dc2fb51ad43100881d563a9d07ac1b70a5607 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 8 Jul 2005 15:59:29 -0700 Subject: [PATCH] Mark git-relink-script and git-repack-script executable Sure, "install" will default to installing it executable anyway, but this is the right thing to do. --- git-relink-script | 0 git-repack-script | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 git-relink-script mode change 100644 => 100755 git-repack-script diff --git a/git-relink-script b/git-relink-script old mode 100644 new mode 100755 diff --git a/git-repack-script b/git-repack-script old mode 100644 new mode 100755 -- 2.30.2