summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-05-02 05:59:02 +0000
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-05-17 15:29:45 +0530
commit544110c3adee8c6fc32e09f9aba1d5a4e0984021 (patch)
treeb0052c9bda36aa7b0130b936bcce8c4ef4d3ea70 /format-patch.sh
parent7d9d89f6142a9b2483a9d270401554f4ad160f47 (diff)
do not specify the branch as release-3.1 in the patches generated
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
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 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
}