]> git.ipfire.org Git - thirdparty/git.git/blame - git-gui.sh
git-gui: Allow blame/browser subcommands on bare repositories
[thirdparty/git.git] / git-gui.sh
CommitLineData
bd11b82d 1#!/bin/sh
cb07fc2a 2# Tcl ignores the next line -*- tcl -*- \
4e817d1a
SP
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" -- "$@"
cb07fc2a 10
7e81d4ee 11set appvers {@@GITGUI_VERSION@@}
bdc9ea20 12set copyright {
871f4c97 13