From 86f2f049902315b6ae833b54731699a801f9374b Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Mon, 17 Aug 2009 15:00:01 -0700 Subject: Add BRANCH:release-2.0 tag. Master patches come without a BRANCH: tag --- 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 86737042f..87af90cb6 100755 --- a/format-patch.sh +++ b/format-patch.sh @@ -53,7 +53,7 @@ function main() if [ -z "$bug" ]; then git format-patch "$@"; else - git format-patch --subject-prefix="PATCH BUG:$bug" "$@"; + git format-patch --subject-prefix="PATCH BRANCH:release-2.0 BUG:$bug" "$@"; fi } -- cgit