summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-18 15:11:27 -0700
committerJunio C Hamano <gitster@pobox.com>2013-10-18 15:11:27 -0700
commitaef76445eb91513ca7684bdd5a80ecfef32ae40e (patch)
treef5cbc63f2a004778d1c8d0667a26665a73946a6c /git.html
parentf2d4a1364f539d2aa54a164fa892442161c0ead0 (diff)
downloadgit-htmldocs-aef76445eb91513ca7684bdd5a80ecfef32ae40e.tar.gz
Autogenerated HTML docs for v1.8.4.1-559-gdb9bdf
Diffstat (limited to 'git.html')
-rw-r--r--git.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git.html b/git.html
index 5edbfd188..254de2b26 100644
--- a/git.html
+++ b/git.html
@@ -2743,6 +2743,21 @@ GIT_ICASE_PATHSPECS
pathspecs as case-insensitive.
</p>
</dd>
+<dt class="hdlist1">
+<em>GIT_REFLOG_ACTION</em>
+</dt>
+<dd>
+<p>
+ When a ref is updated, reflog entries are created to keep
+ track of the reason why the ref was updated (which is
+ typically the name of the high-level command that updated
+ the ref), in addition to the old and new values of the ref.
+ A scripted Porcelain command can use set_reflog_action
+ helper function in <code>git-sh-setup</code> to set its name to this
+ variable when it is invoked as the top level command by the
+ end user, to be recorded in the body of the reflog.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -2851,7 +2866,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-10-15 18:18:37 PDT
+Last updated 2013-10-18 15:11:10 PDT
</div>
</div>
</body>