From 4594629ab7d4e2218d607c294203df64b4eea052 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Tue, 8 Mar 2011 20:28:26 -0800 Subject: format-patch.sh: specify BRANCH as release-3.1 --- format-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format-patch.sh') diff --git a/format-patch.sh b/format-patch.sh index 12d05a03d..dc6ff3590 100755 --- a/format-patch.sh +++ b/format-patch.sh @@ -53,7 +53,7 @@ function main() if [ -z "$bug" ]; then git format-patch -s "$@"; else - git format-patch -s --subject-prefix="PATCH BUG:$bug" "$@"; + git format-patch -s --subject-prefix="PATCH BRANCH:release-3.1 BUG:$bug" "$@"; fi } -- cgit