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
@@ -30,7 +30,7 @@ push_retry () {
30
}
31
32
case " $* " in
33
-*' +next '*)
33
+*' +next '* | *' next '*)
34
push_retry "$nexts" "$@"
35
exit $?
36
;;