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 86737042f0b..87af90cb687 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
}