summaryrefslogtreecommitdiffstats
path: root/git.txt
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.txt
parentf2d4a1364f539d2aa54a164fa892442161c0ead0 (diff)
downloadgit-htmldocs-aef76445eb91513ca7684bdd5a80ecfef32ae40e.tar.gz
Autogenerated HTML docs for v1.8.4.1-559-gdb9bdf
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index da7be1fdf..4f7e07f2e 100644
--- a/git.txt
+++ b/git.txt
@@ -909,6 +909,16 @@ GIT_ICASE_PATHSPECS::
Setting this variable to `1` will cause Git to treat all
pathspecs as case-insensitive.
+'GIT_REFLOG_ACTION'::
+ 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 `git-sh-setup` 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.
+
Discussion[[Discussion]]
------------------------