Skip to content

Commit

Permalink
Merge git://ozlabs.org/~paulus/gitk
Browse files Browse the repository at this point in the history
* git://ozlabs.org/~paulus/gitk:
  gitk: Fix GIT_TRACE issues
  • Loading branch information
gitster committed Sep 12, 2012
2 parents c528586 + 5be4d35 commit cd82e58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gitk-git/gitk
Original file line number Diff line number Diff line change
Expand Up @@ -11533,6 +11533,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"

Expand Down

0 comments on commit cd82e58

Please sign in to comment.