manual: contribute.txt: do not use --summary option with 'git format-patch'
authorSamuel Martin <s.martin49@gmail.com>
Thu, 15 Nov 2012 20:13:33 +0000 (20:13 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Nov 2012 07:43:47 +0000 (08:43 +0100)
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/manual/contribute.txt

index ddf790d71b6e6eac9cb2c5b02ddc3a7544416a28..b2e6e7d631a526502182de5f383502e81e185ce8 100644 (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.