summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
authorAnand V. Avati <avati@dev.gluster.com>2009-08-06 00:55:53 -0700
committerAnand V. Avati <avati@dev.gluster.com>2009-08-06 00:55:53 -0700
commitcce2f6f690b2cac2ed7383fb9306c0dd8b5d3aa6 (patch)
tree38e01897e5f111c5a8814ba419970b81bd3996fc /format-patch.sh
parent546390e845166ffcfcce6e47e105a453c3ac565c (diff)
Removed BRANCH: tag
Diffstat (limited to 'format-patch.sh')
-rwxr-xr-xformat-patch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/format-patch.sh b/format-patch.sh
index 2d9d8cdd929..86737042f0b 100755
--- a/format-patch.sh
+++ b/format-patch.sh
@@ -51,9 +51,9 @@ function main()
}
if [ -z "$bug" ]; then
- git format-patch --subject-prefix="PATCH BRANCH:$branch" "$@";
+ git format-patch "$@";
else
- git format-patch --subject-prefix="PATCH BRANCH:$branch BUG:$bug" "$@";
+ git format-patch --subject-prefix="PATCH BUG:$bug" "$@";
fi
}