manual: contribute.txt: do not use --summary option with 'git format-patch'

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Samuel Martin 2012-11-15 20:13:33 +00:00 committed by Peter Korsgaard
parent c7ece205fa
commit b04a6d7bda

View File

@ -42,8 +42,8 @@ This will generate patch files in the +outgoing+ subdirectory,
automatically adding the +signed-off-by+ line.
If you want to present the whole patch set in a separate mail, add
+--cover-letter --summary+ to the previous command line (+man
git-format-patch+ for further information).
+--cover-letter+ to the previous command line (+man git-format-patch+
for further information).
Once patch files are generated, you can review/edit the commit message
before submitting them using your favorite text editor.