summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-20 10:28:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-20 10:28:22 +0000
commitf6002a9d88be66b5d7ac79bf312feb0b622791ca (patch)
tree20c5398fe6e35898a0193cebcdb4c0eec1378ace /git-commit.txt
parentbb6e0789b38b1d3ecb600a1ff05cdff4b88f677c (diff)
downloadgit-htmldocs-f6002a9d88be66b5d7ac79bf312feb0b622791ca.tar.gz
Autogenerated HTML docs for v1.5.3-rc2-22-g69a9b
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/git-commit.txt b/git-commit.txt
index f96142f96..8e0e7e2d0 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -244,10 +244,12 @@ on the Subject: line and the rest of the commit in the body.
include::i18n.txt[]
-ENVIRONMENT VARIABLES
----------------------
-The command specified by either the VISUAL or EDITOR environment
-variables is used to edit the commit log message.
+ENVIRONMENT AND CONFIGURATION VARIABLES
+---------------------------------------
+The editor used to edit the commit log message will be chosen from the
+GIT_EDITOR environment variable, the core.editor configuration variable, the
+VISUAL environment variable, or the EDITOR environment variable (in that
+order).
HOOKS
-----