Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Fix GIT_TRACE issues
[gitweb.git]
/
gitk
diff --git
a/gitk
b/gitk
index 9bba9aa8d1128c4e2b52b26060e727511ebbb221..1f412bb5e5376b69c69ef0a0b78660b6f8e53c27 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-11532,6
+11532,11
@@
if {[catch {package require Tk 8.4} err]} {
exit 1
}
+# Unset GIT_TRACE var if set
+if { [info exists ::env(GIT_TRACE)] } {
+ unset ::env(GIT_TRACE)
+}
+
# defaults...
set wrcomcmd "git diff-tree --stdin -p --pretty"