Skip to content

Commit

Permalink
Merge branch 'dw/signoff-doc'
Browse files Browse the repository at this point in the history
The documentation has been updated to hint the connection between
the '--signoff' option and DCO.

* dw/signoff-doc:
  Expand documentation describing --signoff
  • Loading branch information
Junio C Hamano committed Jan 20, 2016
2 parents a736764 + b2c150d commit d512c86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/git-am.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ OPTIONS
--signoff::
Add a `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.

-k::
--keep::
Expand Down
1 change: 1 addition & 0 deletions Documentation/git-cherry-pick.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ effect to your index in a row.
-s::
--signoff::
Add Signed-off-by line at the end of the commit message.
See the signoff option in linkgit:git-commit[1] for more information.

-S[<keyid>]::
--gpg-sign[=<keyid>]::
Expand Down
6 changes: 5 additions & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ OPTIONS
-s::
--signoff::
Add Signed-off-by line by the committer at the end of the commit
log message.
log message. The meaning of a signoff depends on the project,
but it typically certifies that committer has
the rights to submit this work under the same license and
agrees to a Developer Certificate of Origin
(see http://developercertificate.org/ for more information).

-n::
--no-verify::
Expand Down
1 change: 1 addition & 0 deletions Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions Documentation/git-revert.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ effect to your index in a row.
-s::
--signoff::
Add Signed-off-by line at the end of the commit message.
See the signoff option in linkgit:git-commit[1] for more information.

--strategy=<strategy>::
Use the given merge strategy. Should only be used once.
Expand Down

0 comments on commit d512c86

Please sign in to comment.