diff --git a/tools/git-step-rebase b/tools/git-step-rebase index 9a99a4a..e2cd4ae 100755 --- a/tools/git-step-rebase +++ b/tools/git-step-rebase @@ -53,8 +53,7 @@ echo "If not, hit Ctrl-C now." wait_count 5 while [ ${PARENTS} -ge 0 ]; do - echo "Next:" - echo git rebase -X ignore-all-space --whitespace=fix ${BASE_BRANCH}~${PARENTS} + echo -e "Next: rebasing to \033[1m${BASE_BRANCH}~${PARENTS}\033[0m" sleep 1 if ! git rebase -X ignore-all-space --whitespace=fix ${BASE_BRANCH}~${PARENTS}; then exit