From a88bf4ef160fbc4249ef7a162b584b6ff62f70fc Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 4 Jun 2017 17:13:41 +0200 Subject: [PATCH] git-step-rebase: remove pause. This script is now reliable enough to no longer need investigation stops. One can still stop an ongoing step-rebase by hitting Ctrl-C, then doing a 'git rebase --abort'. --- tools/git-step-rebase | 1 - 1 file changed, 1 deletion(-) 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."