From cae0fec50f65f853612f7bc7e7f5acd7d29d8f01 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 29 Apr 2011 07:31:46 -0700 Subject: update format-patch.sh with BRANCH:release-3.2 --- 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 12d05a03d57..e7cb4c7c1d6 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.2 BUG:$bug" "$@"; fi } -- cgit