From: Paul Mackerras Date: Mon, 21 May 2007 23:52:00 +0000 (+1000) Subject: gitk: Use the -q flag to git checkout X-Git-Tag: v1.5.3-rc0~49^2~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=696cf493f76b5dfb13d415571742a72034393a4a;p=git.git 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 a57e84cef..3c9ea974d 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