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
|
wait_count 5
|
||||||
|
|
||||||
while [ ${PARENTS} -ge 0 ]; do
|
while [ ${PARENTS} -ge 0 ]; do
|
||||||
echo "Next:"
|
echo -e "Next: rebasing to \033[1m${BASE_BRANCH}~${PARENTS}\033[0m"
|
||||||
echo git rebase -X ignore-all-space --whitespace=fix ${BASE_BRANCH}~${PARENTS}
|
|
||||||
sleep 1
|
sleep 1
|
||||||
if ! git rebase -X ignore-all-space --whitespace=fix ${BASE_BRANCH}~${PARENTS}; then
|
if ! git rebase -X ignore-all-space --whitespace=fix ${BASE_BRANCH}~${PARENTS}; then
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue