summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-30 15:21:18 -0800
committerJunio C Hamano <gitster@pobox.com>2020-01-30 15:21:18 -0800
commitbee061d2412e903308bc5c13b81b88fe76b57bcf (patch)
tree11d0a7af62bc4e6691f58982e31dce59c4c3f70a /git.html
parent29eab9abf58219b768ebdb67a245f995df47c97f (diff)
downloadgit-htmldocs-bee061d2412e903308bc5c13b81b88fe76b57bcf.tar.gz
Autogenerated HTML docs for v2.25.0-114-g5b0ca
Diffstat (limited to 'git.html')
-rw-r--r--git.html47
1 files changed, 44 insertions, 3 deletions
diff --git a/git.html b/git.html
index 84cc00d75..8fa1e2a59 100644
--- a/git.html
+++ b/git.html
@@ -2613,27 +2613,68 @@ double-quotes and respecting backslash escapes. E.g., the value
<dt class="hdlist1">
<code>GIT_AUTHOR_NAME</code>
</dt>
+<dd>
+<p>
+ The human-readable name used in the author identity when creating commit or
+ tag objects, or when writing reflogs. Overrides the <code>user.name</code> and
+ <code>author.name</code> configuration settings.
+</p>
+</dd>
<dt class="hdlist1">
<code>GIT_AUTHOR_EMAIL</code>
</dt>
+<dd>
+<p>
+ The email address used in the author identity when creating commit or
+ tag objects, or when writing reflogs. Overrides the <code>user.email</code> and
+ <code>author.email</code> configuration settings.
+</p>
+</dd>
<dt class="hdlist1">
<code>GIT_AUTHOR_DATE</code>
</dt>
+<dd>
+<p>
+ The date used for the author identity when creating commit or tag objects, or
+ when writing reflogs. See <a href="git-commit.html">git-commit(1)</a> for valid formats.
+</p>
+</dd>
<dt class="hdlist1">
<code>GIT_COMMITTER_NAME</code>
</dt>
+<dd>
+<p>
+ The human-readable name used in the committer identity when creating commit or
+ tag objects, or when writing reflogs. Overrides the <code>user.name</code> and
+ <code>committer.name</code> configuration settings.
+</p>
+</dd>
<dt class="hdlist1">
<code>GIT_COMMITTER_EMAIL</code>
</dt>
+<dd>
+<p>
+ The email address used in the author identity when creating commit or
+ tag objects, or when writing reflogs. Overrides the <code>user.email</code> and
+ <code>committer.email</code> configuration settings.
+</p>
+</dd>
<dt class="hdlist1">
<code>GIT_COMMITTER_DATE</code>
</dt>
+<dd>
+<p>
+ The date used for the committer identity when creating commit or tag objects, or
+ when writing reflogs. See <a href="git-commit.html">git-commit(1)</a> for valid formats.
+</p>
+</dd>
<dt class="hdlist1">
-<em>EMAIL</em>
+<code>EMAIL</code>
</dt>
<dd>
<p>
- see <a href="git-commit-tree.html">git-commit-tree(1)</a>
+ The email address used in the author and committer identities if no other
+ relevant environment variable or configuration setting has been set.
</p>
</dd>
</dl></div>
@@ -3313,7 +3354,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2019-12-10 15:12:20 PST
+ 2020-01-30 15:16:48 PST
</div>
</div>
</body>