diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-09 05:03:56 -0400 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-09 05:04:43 -0400 |
| commit | b2bd31006f02debe1ddf4fa8b73c52281516a871 (patch) | |
| tree | c4a6e62ea1901d2a92e385ed323a5be6b5988531 /git-gui.sh | |
| parent | 4b08aa3fef4258bf27f1bfa11fb9c0a8315c61aa (diff) | |
| parent | c63fe3b2dc90120a4bdba7194f92efc2f3c342ed (diff) | |
| download | git-b2bd31006f02debe1ddf4fa8b73c52281516a871.tar.xz | |
Merge branch 'maint'
* maint:
git-gui: Avoid use of libdir in Makefile
git-gui: Disable Tk send in all git-gui sessions
git-gui: lib/index.tcl: handle files with % in the filename properly
Diffstat (limited to 'git-gui.sh')
| -rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-gui.sh b/git-gui.sh index b3d447e598..daab7e44bb 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -42,6 +42,8 @@ if {[catch {package require Tcl 8.4} err] exit 1 } +rename send {} ; # What an evil concept... + ###################################################################### ## ## locate our library |
