1
0
mirror of https://github.com/git/git.git synced 2024-11-18 05:03:56 +01:00

gitk: Use the -q flag to git checkout

This avoids having gitk think that an error has occurred in the checkout.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras 2007-05-22 09:52:00 +10:00
parent a8d610a2a3
commit 696cf493f7

2
gitk

@ -5356,7 +5356,7 @@ proc cobranch {} {
nowbusy checkout
update
if {[catch {
exec git checkout $headmenuhead
exec git checkout -q $headmenuhead
} err]} {
notbusy checkout
error_popup $err