summaryrefslogtreecommitdiffstats
path: root/git-revert.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-09 05:46:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-09 05:46:08 +0000
commit6d76d61fb621d158ee26238e735e282e33fb1a81 (patch)
treeedcabf096615344f6d597c38b9faf68b26ba024d /git-revert.html
parent47d68a53947d51de4f67b6b7e4e7f76e71e16fb5 (diff)
downloadgit-htmldocs-6d76d61fb621d158ee26238e735e282e33fb1a81.tar.gz
Autogenerated HTML docs for v1.5.5.1-178-g1f81
Diffstat (limited to 'git-revert.html')
-rw-r--r--git-revert.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-revert.html b/git-revert.html
index 507db39f5..545269bd1 100644
--- a/git-revert.html
+++ b/git-revert.html
@@ -272,7 +272,7 @@ git-revert(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-revert</em> [--edit | --no-edit] [-n] [-m parent-number] &lt;commit&gt;</p>
+<p><em>git-revert</em> [--edit | --no-edit] [-n] [-m parent-number] [-s] &lt;commit&gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -341,6 +341,14 @@ modifications from the HEAD commit).</p>
<p>This is useful when reverting more than one commits'
effect to your working tree in a row.</p>
</dd>
+<dt>
+-s|--signoff
+</dt>
+<dd>
+<p>
+ Add Signed-off-by line at the end of the commit message.
+</p>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -357,7 +365,7 @@ effect to your working tree in a row.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-Jan-2008 02:37:25 UTC
+Last updated 09-May-2008 05:45:39 UTC
</div>
</div>
</body>