We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0495983 + 22946a9 commit 3526182Copy full SHA for 3526182
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