diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-19 02:57:58 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-19 02:57:58 -0500 |
commit | bd11b82db88049fc4822d52764c009cc55b55afd (patch) | |
tree | 1993e0443053a011cc1bf889af7fa3a4bcc0d810 /git-gui | |
parent | git-gui: Refactored diff line display formatting logic. (diff) | |
download | tgif-bd11b82db88049fc4822d52764c009cc55b55afd.tar.xz |
git-gui: Restore the all important shebang line.
Accidentally removed by an unnoticed fat finger accident in vi during
commit 1461c5f3.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui')
-rwxr-xr-x | git-gui | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#!/bin/sh # Tcl ignores the next line -*- tcl -*- \ exec wish "$0" -- "$@" |