From: Anders Kaseorg Date: Fri, 7 Jan 2011 01:14:41 +0000 (-0500) Subject: Mark gitk script executable X-Git-Tag: v1.7.4-rc2~11^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b393515f8ef43d5e873502dd80205233933389a1;p=git.git 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 --- diff --git a/gitk-git/gitk b/gitk-git/gitk old mode 100644 new mode 100755