From: Junio C Hamano Date: Fri, 9 Sep 2022 22:08:54 +0000 (-0700) Subject: Meta/ML: make the 'master' branch customizable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d057121651946b86173436fe25cd55b9b9bea081;p=thirdparty%2Fgit.git Meta/ML: make the 'master' branch customizable --- diff --git a/ML b/ML index 6d2b52fc42..4b66826da7 100755 --- a/ML +++ b/ML @@ -1,7 +1,7 @@ #!/bin/sh # Merge later... -MASTER=master +: ${MASTER:=master} : "${target:=maint}" "${here:=$MASTER}"