From f6ea2b29707d700596f73f3de8b7e09e824327d1 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Thu, 6 Aug 2009 00:57:44 -0700 Subject: Removed BRANCH: tag --- format-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'format-patch.sh') 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 } -- cgit