summaryrefslogtreecommitdiff
path: root/git-gui.sh
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-05-28 15:11:56 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-05-28 21:50:41 (GMT)
commit26ae37d6fc9eeec27a0edf98c820b8a0b98e96f3 (patch)
treef414203b83dbed3cfd1837de3fe885c1808c9df5 /git-gui.sh
parent5b6ffff644237682c5a20e8ec0a16164bdeb3bfb (diff)
downloadgit-26ae37d6fc9eeec27a0edf98c820b8a0b98e96f3.zip
git-26ae37d6fc9eeec27a0edf98c820b8a0b98e96f3.tar.gz
git-26ae37d6fc9eeec27a0edf98c820b8a0b98e96f3.tar.bz2
git-gui: Show the git-gui library path in 'About git-gui'
Because we now try to automatically guess the library directory in certain installations users may wonder where git-gui is getting its supporting files from. We now display this location in our About dialog, and we also include the location we are getting our Git executables from. Unfortunately users cannot use this 'About git-gui' dialog to troubleshoot library loading problems; the dialog is defined by code that exists in the library directory, creating a catch-22. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui.sh')
-rwxr-xr-xgit-gui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh
index d238d45..c1a6b84 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -59,7 +59,7 @@ if {$idx ne {}} {
} else {
set auto_path [concat [list $oguilib] $auto_path]
}
-unset -nocomplain oguilib oguirel idx fd
+unset -nocomplain oguirel idx fd
if {![catch {set _verbose $env(GITGUI_VERBOSE)}]} {
unset _verbose