diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-05 14:54:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-05 14:54:09 -0800 |
commit | 7aae9ba6613c38d9f275955af80881fb67ddbd8a (patch) | |
tree | c2dac60ea7c95fed16f84a49bcba3331c0f815d0 /Documentation/git-format-patch.txt | |
parent | Merge branch 'jk/clang-pedantic' into maint (diff) | |
parent | Expand documentation describing --signoff (diff) | |
download | tgif-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.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, |