Merge branch 'et/http-proxyauth' into maint
[gitweb.git] / git-rebase.sh
index 55da9db818665f39ed205d3c77352987e3ca9963..90854e38cb9ceb6985a5d7bd9faae722ed92361f 100755 (executable)
@@ -582,7 +582,7 @@ then
                # Lazily switch to the target branch if needed...
                test -z "$switch_to" ||
                GIT_REFLOG_ACTION="$GIT_REFLOG_ACTION: checkout $switch_to" \
-                       git checkout "$switch_to" --
+                       git checkout -q "$switch_to" --
                say "$(eval_gettext "Current branch \$branch_name is up to date.")"
                finish_rebase
                exit 0