diff --git a/tools/git-step-rebase b/tools/git-step-rebase index 22c8969..0b9daba 100755 --- a/tools/git-step-rebase +++ b/tools/git-step-rebase @@ -54,7 +54,6 @@ wait_count 5 while [ ${PARENTS} -ge 0 ]; do echo -e "Next: rebasing to \033[1m${BASE_BRANCH}~${PARENTS}\033[0m" - sleep 1 if ! git rebase --rerere-autoupdate --whitespace=fix ${BASE_BRANCH}~${PARENTS}; then echo echo "Standard rebase failed."