]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: Replace catch {unset foo} with unset -nocomplain foo
authorPaul Mackerras <paulus@samba.org>
Sat, 2 May 2015 10:53:36 +0000 (20:53 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 2 May 2015 10:53:36 +0000 (20:53 +1000)
commit009409fe72e53ce5a3c7cf6802d7e068632e68e8
tree76b8d6dc3122da75cdb659d8fe454514b4d15750
parent157c8e3ddfd3d44805bb5ed02805bc484edc8670
gitk: Replace catch {unset foo} with unset -nocomplain foo

This generates better bytecode in Tcl 8.6 according to
http://wiki.tcl.tk/1506.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk