From: Junio C Hamano Date: Wed, 18 Oct 2017 02:57:53 +0000 (+0900) Subject: Meta/pushall: catch attempts to push only 'next' branch to special case, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53081163c510f1b9c2a336875362d8393df6f87;p=thirdparty%2Fgit.git Meta/pushall: catch attempts to push only 'next' branch to special case, too --- 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 $? ;;