Removed BRANCH: tag

This commit is contained in:
Anand V. Avati 2009-08-06 00:55:53 -07:00
parent 546390e845
commit cce2f6f690

View File

@ -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
}