summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'format-patch.sh')
-rwxr-xr-xformat-patch.sh2
1 files changed, 1 insertions, 1 deletions
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
}