diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-08-06 00:55:53 -0700 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-08-06 00:55:53 -0700 |
commit | cce2f6f690b2cac2ed7383fb9306c0dd8b5d3aa6 (patch) | |
tree | 38e01897e5f111c5a8814ba419970b81bd3996fc | |
parent | 546390e845166ffcfcce6e47e105a453c3ac565c (diff) |
Removed BRANCH: tag
-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 2d9d8cdd9..86737042f 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 } |