]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - git-gui.sh
git-gui: Trim trailing slashes from untracked submodule names
[thirdparty/git.git] / git-gui.sh
... / ...
CommitLineData
1#!/bin/sh
2# Tcl ignores the next line -*- tcl -*- \
3 if test "z$*" = zversion \
4 || test "z$*" = z--version; \
5 then \
6 echo 'git-gui version @@GITGUI_VERSION@@'; \
7 exit; \
8 fi; \
9 exec wish "$0" -- "$@"
10
11set appvers {@@GITGUI_VERSION@@}
12set copyright {
13