]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Announce: make the 'master' branch customizable
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2022 22:08:41 +0000 (15:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2022 22:08:41 +0000 (15:08 -0700)
Announce

index ea51a70d8a98a20eb491af21dad03092099a6fcb..195594c14638bc0011f11e89e33c9ec62e6e538f 100755 (executable)
--- 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