stefanha / git-publish

Prepare and store patch revisions as git tags
MIT License
133 stars 35 forks source link

Don't pick up the branch description in the cover letter #106

Closed gkurz closed 3 years ago

gkurz commented 3 years ago

"git format-patch --cover-letter" populates the body with the branch description instead of the placeholder text by default. This prevents "git publish" to replace it with the actual body that is kept in the

-staging tag. Just tell "git format-patch" to only populate with the placeholder text. Fixes #105 Signed-off-by: Greg Kurz