diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-01-20 11:43:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-20 11:43:29 -0800 |
commit | d512c864c3da62cabdf11f4b7dc76e3904ca9cf9 (patch) | |
tree | 29bff2b7f041ff87884d42638ae0d1bcbf368c0e /Documentation/git-format-patch.txt | |
parent | a736764a7b61534581021a21bc6bfc503b9cfa8f (diff) | |
parent | b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09 (diff) | |
download | git-d512c864c3da62cabdf11f4b7dc76e3904ca9cf9.tar.gz |
Merge branch 'dw/signoff-doc'
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index e3cdaeb958..b149e09065 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, |