projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbe27
)
git-gui: Restore the all important shebang line.
author
Shawn O. Pearce
<spearce@spearce.org>
Sun, 19 Nov 2006 07:57:58 +0000
(
02:57
-0500)
committer
Shawn O. Pearce
<spearce@spearce.org>
Sun, 19 Nov 2006 07:57:58 +0000
(
02:57
-0500)
Accidentally removed by an unnoticed fat finger accident in vi during
commit
1461c5f3
.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui
patch
|
blob
|
history
diff --git
a/git-gui
b/git-gui
index a2a76c11dda447b97903c938857a6b6154e07ba1..3f0424a33af88da66283051e8a35585fcdad6cbb 100755
(executable)
--- a/
git-gui
+++ b/
git-gui
@@
-1,3
+1,4
@@
+#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \
exec wish "$0" -- "$@"