summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-12-01 21:16:59 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-12-01 21:16:59 +0000
commit2bd8a74930f0e0649154186daa892b3daa2211a0 (patch)
tree9c17731b3ad7e078548dd05bf3505558783f9dd3 /git-commit.html
parent8fddeedee69740f179e74fef731c8022dcbee70b (diff)
downloadgit-htmldocs-2bd8a74930f0e0649154186daa892b3daa2211a0.tar.gz
Autogenerated HTML docs for v1.6.6-rc0-114-gc8648
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-commit.html b/git-commit.html
index ff938ff4e..ccce34a80 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -322,7 +322,7 @@ git-commit(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git commit</em> [-a | --interactive] [-s] [-v] [-u&lt;mode&gt;] [--amend] [--dry-run]
- [(-c | -C) &lt;commit&gt;] [-F &lt;file&gt; | -m &lt;msg&gt;]
+ [(-c | -C) &lt;commit&gt;] [-F &lt;file&gt; | -m &lt;msg&gt;] [--reset-author]
[--allow-empty] [--no-verify] [-e] [--author=&lt;author&gt;]
[--cleanup=&lt;mode&gt;] [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
</div>
@@ -418,6 +418,16 @@ that, you can recover from it with <em>git-reset</em>.</p></div>
</p>
</dd>
<dt>
+--reset-author
+</dt>
+<dd>
+<p>
+ When used with -C/-c/--amend options, declare that the
+ authorship of the resulting commit now belongs of the committer.
+ This also renews the author timestamp.
+</p>
+</dd>
+<dt>
-F &lt;file&gt;
</dt>
<dt>
@@ -877,7 +887,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-21 17:36:52 UTC
+Last updated 2009-12-01 21:16:27 UTC
</div>
</div>
</body>