From 544110c3adee8c6fc32e09f9aba1d5a4e0984021 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 2 May 2011 05:59:02 +0000 Subject: do not specify the branch as release-3.1 in the patches generated Signed-off-by: Raghavendra Bhat --- format-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-patch.sh b/format-patch.sh index dc6ff35..12d05a0 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 BRANCH:release-3.1 BUG:$bug" "$@"; + git format-patch -s --subject-prefix="PATCH BUG:$bug" "$@"; fi } -- cgit