From 696cf493f76b5dfb13d415571742a72034393a4a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 22 May 2007 09:52:00 +1000 Subject: 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 -- cgit v0.10.2-6-g49f6