summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.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-sh-setup.txt
parentf2d4a1364f539d2aa54a164fa892442161c0ead0 (diff)
downloadgit-htmldocs-aef76445eb91513ca7684bdd5a80ecfef32ae40e.tar.gz
Autogenerated HTML docs for v1.8.4.1-559-gdb9bdf
Diffstat (limited to 'git-sh-setup.txt')
-rw-r--r--git-sh-setup.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-sh-setup.txt b/git-sh-setup.txt
index 5d709d02c..4f67c4cde 100644
--- a/git-sh-setup.txt
+++ b/git-sh-setup.txt
@@ -41,9 +41,11 @@ usage::
die with the usage message.
set_reflog_action::
- set the message that will be recorded to describe the
- end-user action in the reflog, when the script updates a
- ref.
+ Set GIT_REFLOG_ACTION environment to a given string (typically
+ the name of the program) unless it is already set. Whenever
+ the script runs a `git` command that updates refs, a reflog
+ entry is created using the value of this string to leave the
+ record of what command updated the ref.
git_editor::
runs an editor of user's choice (GIT_EDITOR, core.editor, VISUAL or