summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2012-11-15 20:13:33 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-16 08:43:47 +0100
commitb04a6d7bda0a0241003a79d026569d6e81e07105 (patch)
tree53d702923d9b9d80fea7243f742772af69b7d88c /docs
parentc7ece205fae5070b2ddaddf60ee73357ce4ad2bf (diff)
downloadbuildroot-novena-b04a6d7bda0a0241003a79d026569d6e81e07105.tar.gz
buildroot-novena-b04a6d7bda0a0241003a79d026569d6e81e07105.zip
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/contribute.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index ddf790d71..b2e6e7d63 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -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.