From: Junio C Hamano Date: Fri, 9 Sep 2022 22:08:41 +0000 (-0700) Subject: Meta/Announce: make the 'master' branch customizable X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c208dec4ced03c467c3d9958d21dbe56be55e567;p=thirdparty%2Fgit.git Meta/Announce: make the 'master' branch customizable --- diff --git a/Announce b/Announce index ea51a70d8a..195594c146 100755 --- a/Announce +++ b/Announce @@ -1,7 +1,7 @@ #!/bin/sh # Announcement message skelton # -MASTER=master +: ${MASTER=master} tmpbase=/var/tmp/git-announce.$$ trap 'rm -f $tmpbase.*' 0