commit | 696cf493f76b5dfb13d415571742a72034393a4a | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Tue May 22 09:52:00 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue May 22 10:06:39 2007 +1000 |
tree | 9baf206f9f8de0574bef590e31b0f0b3f001510a | |
parent | a8d610a2a39496a83108d95e7899e6b373e80940 [diff] [blame] |
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>
diff --git a/gitk b/gitk index a57e84c..3c9ea97 100755 --- a/gitk +++ b/gitk
@@ -5356,7 +5356,7 @@ nowbusy checkout update if {[catch { - exec git checkout $headmenuhead + exec git checkout -q $headmenuhead } err]} { notbusy checkout error_popup $err