Skip to content

Commit 696cf49

Browse files
committed
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 <[email protected]>
1 parent a8d610a commit 696cf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5356,7 +5356,7 @@ proc cobranch {} {
53565356
nowbusy checkout
53575357
update
53585358
if {[catch {
5359-
exec git checkout $headmenuhead
5359+
exec git checkout -q $headmenuhead
53605360
} err]} {
53615361
notbusy checkout
53625362
error_popup $err

0 commit comments

Comments
 (0)