Skip to content

Commit cd82e58

Browse files
committed
Merge git://ozlabs.org/~paulus/gitk
* git://ozlabs.org/~paulus/gitk: gitk: Fix GIT_TRACE issues
2 parents c528586 + 5be4d35 commit cd82e58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gitk-git/gitk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11533,6 +11533,11 @@ if {[catch {package require Tk 8.4} err]} {
1153311533
exit 1
1153411534
}
1153511535

11536+
# Unset GIT_TRACE var if set
11537+
if { [info exists ::env(GIT_TRACE)] } {
11538+
unset ::env(GIT_TRACE)
11539+
}
11540+
1153611541
# defaults...
1153711542
set wrcomcmd "git diff-tree --stdin -p --pretty"
1153811543

0 commit comments

Comments
 (0)