From c53081163c510f1b9c2a336875362d8393df6f87 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 18 Oct 2017 11:57:53 +0900 Subject: [PATCH] Meta/pushall: catch attempts to push only 'next' branch to special case, too --- pushall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushall b/pushall index 1f9a9d4639..2b4a8a5ca6 100755 --- a/pushall +++ b/pushall @@ -30,7 +30,7 @@ push_retry () { } case " $* " in -*' +next '*) +*' +next '* | *' next '*) push_retry "$nexts" "$@" exit $? ;;