summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
authorAnand V. Avati <avati@dev.gluster.com>2009-08-06 00:57:44 -0700
committerAnand V. Avati <avati@dev.gluster.com>2009-08-06 00:57:44 -0700
commitf6ea2b29707d700596f73f3de8b7e09e824327d1 (patch)
tree2051ac123adab7cc65d4578a4621913ca35d6ec9 /format-patch.sh
parentbd56475921ef36effb162161b4d6423d7ac8e3f0 (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
}