git-step-rebase: slightly nicer progress report.
This commit is contained in:
parent
b1ba8b4003
commit
92926aadf5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue