diff options
| -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..dc6ff359026 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.1 BUG:$bug" "$@";      fi  }  | 
