diff options
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 12d05a03d..99afe4712 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  }  | 
