We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23903b9 + 22946a9 commit 5d53433Copy full SHA for 5d53433
1 file changed
git-rebase.sh
@@ -582,7 +582,7 @@ then
582
# Lazily switch to the target branch if needed...
583
test -z "$switch_to" ||
584
GIT_REFLOG_ACTION="$GIT_REFLOG_ACTION: checkout $switch_to" \
585
- git checkout "$switch_to" --
+ git checkout -q "$switch_to" --
586
say "$(eval_gettext "Current branch \$branch_name is up to date.")"
587
finish_rebase
588
exit 0
0 commit comments