aboutsummaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2007-05-22 09:52:00 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-22 10:06:39 +1000
commit696cf493f76b5dfb13d415571742a72034393a4a (patch)
tree9baf206f9f8de0574bef590e31b0f0b3f001510a /gitk
parenta8d610a2a39496a83108d95e7899e6b373e80940 (diff)
downloadgit-696cf493f76b5dfb13d415571742a72034393a4a.tar.gz
git-696cf493f76b5dfb13d415571742a72034393a4a.tar.xz
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>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
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