From: Paul Mackerras Date: Mon, 21 May 2007 23:52:00 +0000 (+1000) Subject: gitk: Use the -q flag to git checkout X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=696cf493f76b5dfb13d415571742a72034393a4a;p=gitk 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 --- diff --git a/gitk b/gitk index a57e84c..3c9ea97 100755 --- a/gitk +++ b/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