summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-06-08 05:53:58 +0000
committerJunio C Hamano <junio@kernel.org>2010-06-08 05:53:58 +0000
commit13002fbb3347e98e74c1ff7ec581fda52a09dd72 (patch)
tree0448e398747d7336c6541ae8e64c609644fecbb8 /git-commit.html
parente32ec8b89b623de73d1ccacb430b1c4ab16e4fcb (diff)
downloadgit-htmldocs-13002fbb3347e98e74c1ff7ec581fda52a09dd72.tar.gz
Autogenerated HTML docs for v1.7.1-251-g92a7
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-commit.html b/git-commit.html
index 62e84980c..ada3c5697 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -474,10 +474,11 @@ that, you can recover from it with <em>git reset</em>.</p></div>
</dt>
<dd>
<p>
- Override the author name used in the commit. You can use the
- standard <tt>A U Thor &lt;author@example.com&gt;</tt> format. Otherwise,
- an existing commit that matches the given string and its author
- name is used.
+ Override the commit author. Specify an explicit author using the
+ standard <tt>A U Thor &lt;author@example.com&gt;</tt> format. Otherwise &lt;author&gt;
+ is assumed to be a pattern and is used to search for an existing
+ commit by that author (i.e. rev-list --all -i --author=&lt;author&gt;);
+ the commit author is then copied from the first such commit found.
</p>
</dd>
<dt>
@@ -1005,7 +1006,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-05-09 07:24:18 UTC
+Last updated 2010-06-08 05:53:44 UTC
</div>
</div>
</body>