aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-20 11:43:29 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-20 11:43:29 -0800
commitd512c864c3da62cabdf11f4b7dc76e3904ca9cf9 (patch)
tree29bff2b7f041ff87884d42638ae0d1bcbf368c0e /Documentation/git-revert.txt
parenta736764a7b61534581021a21bc6bfc503b9cfa8f (diff)
parentb2c150d3aa82f6583b9aadfecc5f8fa1c74aca09 (diff)
downloadgit-d512c864c3da62cabdf11f4b7dc76e3904ca9cf9.tar.gz
git-d512c864c3da62cabdf11f4b7dc76e3904ca9cf9.tar.xz
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-revert.txt')
-rw-r--r--Documentation/git-revert.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index b15139ffd..573616a04 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt
@@ -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.