Meta/pushall: catch attempts to push only 'next' branch to special case, too

This commit is contained in:
Junio C Hamano
2017-10-18 11:57:53 +09:00
parent 2c210db464
commit c53081163c

View File

@@ -30,7 +30,7 @@ push_retry () {
}
case " $* " in
*' +next '*)
*' +next '* | *' next '*)
push_retry "$nexts" "$@"
exit $?
;;