From b393515f8ef43d5e873502dd80205233933389a1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 6 Jan 2011 20:14:41 -0500 Subject: Mark gitk script executable The executable bit on gitk-git/gitk was lost (accidentally it seems) by commit 62ba5143ec2ab9d4083669b1b1679355e7639cd5. Put it back, so that gitk can be run directly from a git.git checkout. Note that the script is already executable in gitk.git, just not in git.git. Signed-off-by: Anders Kaseorg Signed-off-by: Junio C Hamano --- gitk-git/gitk | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 gitk-git/gitk (limited to 'gitk-git') diff --git a/gitk-git/gitk b/gitk-git/gitk old mode 100644 new mode 100755 -- cgit v1.2.3