diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-08-06 00:57:44 -0700 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-08-06 00:57:44 -0700 |
commit | f6ea2b29707d700596f73f3de8b7e09e824327d1 (patch) | |
tree | 2051ac123adab7cc65d4578a4621913ca35d6ec9 /format-patch.sh | |
parent | bd56475921ef36effb162161b4d6423d7ac8e3f0 (diff) |
Removed BRANCH: tag
Diffstat (limited to 'format-patch.sh')
-rwxr-xr-x | format-patch.sh | 4 |
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 } |