diff options
author | Anders Kaseorg <andersk@MIT.EDU> | 2011-01-07 02:14:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-09 08:34:02 +0100 |
commit | b393515f8ef43d5e873502dd80205233933389a1 (patch) | |
tree | 98209b7fac51d592f56e5df81408368b3cc03232 | |
parent | Git 1.7.3.5 (diff) | |
download | git-b393515f8ef43d5e873502dd80205233933389a1.tar.xz git-b393515f8ef43d5e873502dd80205233933389a1.zip |
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 <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x[-rw-r--r--] | gitk-git/gitk | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/gitk-git/gitk b/gitk-git/gitk index 1b0e09a561..1b0e09a561 100644..100755 --- a/gitk-git/gitk +++ b/gitk-git/gitk |