diff options
author | Paul Mackerras <paulus@samba.org> | 2007-05-22 09:52:00 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-22 10:06:39 +1000 |
commit | 696cf493f76b5dfb13d415571742a72034393a4a (patch) | |
tree | 9baf206f9f8de0574bef590e31b0f0b3f001510a /gitk | |
parent | a8d610a2a39496a83108d95e7899e6b373e80940 (diff) | |
download | git-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-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |