diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2010-01-25 03:53:55 -0800 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-01-25 03:53:55 -0800 |
commit | 9f39bbf1e73a857ce052852844a98938557ad93a (patch) | |
tree | 82b74b18abf84fcd25c5bc0e3dd45d4fb75027f6 /format-patch.sh | |
parent | 899b89a8c2faee55128db392cdb426e08e2289e7 (diff) |
set format-patch.sh BRANCH: tag
Diffstat (limited to 'format-patch.sh')
-rwxr-xr-x | format-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format-patch.sh b/format-patch.sh index 12d05a03d57..99afe47123f 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 BUG:$bug" "$@"; + git format-patch -s --subject-prefix="PATCH BRANCH:release-3.0 BUG:$bug" "$@"; fi } |