aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-05 14:54:09 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-05 14:54:09 -0800
commit7aae9ba6613c38d9f275955af80881fb67ddbd8a (patch)
treec2dac60ea7c95fed16f84a49bcba3331c0f815d0 /Documentation/git-format-patch.txt
parent6e29ac23027ed9993c32e1f68d79068498a25165 (diff)
parentb2c150d3aa82f6583b9aadfecc5f8fa1c74aca09 (diff)
downloadgit-7aae9ba6613c38d9f275955af80881fb67ddbd8a.tar.gz
git-7aae9ba6613c38d9f275955af80881fb67ddbd8a.tar.xz
Merge branch 'dw/signoff-doc' into maint
The documentation has been updated to hint the connection between the '--signoff' option and DCO. * dw/signoff-doc: Expand documentation describing --signoff
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index e3cdaeb95..b149e0906 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -109,6 +109,7 @@ include::diff-options.txt[]
--signoff::
Add `Signed-off-by:` line to the commit message, using
the committer identity of yourself.
+ See the signoff option in linkgit:git-commit[1] for more information.
--stdout::
Print all commits to the standard output in mbox format,