Meta/pushall: catch attempts to push only 'next' branch to special case, too
Junio C Hamano committed
Oct 18, 2017 at 11:57 UTC
c53081163c510f1b9c2a336875362d8393df6f87
1 file changed
+1
-1
pushall
+1
-1
index 1f9a9d4639..2b4a8a5ca6 100755
--- a/pushall
+++ b/pushall
@@ -30,7 +30,7 @@ push_retry () {
}
case " $* " in
-*' +next '*)
+*' +next '* | *' next '*)
push_retry "$nexts" "$@"
exit $?
;;