summaryrefslogtreecommitdiffstats
path: root/format-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'format-patch.sh')
-rwxr-xr-xformat-patch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/format-patch.sh b/format-patch.sh
index 2d9d8cdd929..86737042f0b 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
}