gitk: Use the -q flag to git checkout
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index a57e84cef7143839af954e2aa1fcb3d633befe41..3c9ea974d3fe0829717883a323fc857d5c365b3c 100755 (executable)
--- 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