diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-08-17 15:00:01 -0700 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-08-17 15:00:01 -0700 |
commit | 86f2f049902315b6ae833b54731699a801f9374b (patch) | |
tree | 672f26ce5d593d03dac3bd0655a2d98785393db0 /format-patch.sh | |
parent | 9906bd585419a77259f192edb2fbf0fb8e04cf7f (diff) |
Add BRANCH:release-2.0 tag. Master patches come without a 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 86737042f0b..87af90cb687 100755 --- a/format-patch.sh +++ b/format-patch.sh @@ -53,7 +53,7 @@ function main() if [ -z "$bug" ]; then git format-patch "$@"; else - git format-patch --subject-prefix="PATCH BUG:$bug" "$@"; + git format-patch --subject-prefix="PATCH BRANCH:release-2.0 BUG:$bug" "$@"; fi } |