summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2011-03-08 20:28:26 -0800
committerAnand Avati <avati@gluster.com>2011-03-08 20:28:26 -0800
commit4594629ab7d4e2218d607c294203df64b4eea052 (patch)
treed105e948cb63f2ce9101823bec93e248792503c8 /format-patch.sh
parentcad088fe3a77bd3322de278c0337c1e29906f9cc (diff)
format-patch.sh: specify BRANCH as release-3.1
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..dc6ff359026 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.1 BUG:$bug" "$@";
fi
}