summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-27 11:23:59 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-27 11:23:59 -0700
commit7ab74c417c5b91c9b0cabd4b4ba94884c0aff570 (patch)
tree6b674fc3b14787043a359b5bec8787ff6830c36b /config.txt
parent7f4fdacfb06ac5b89d5a3c9826ec749a36e474c6 (diff)
downloadgit-htmldocs-7ab74c417c5b91c9b0cabd4b4ba94884c0aff570.tar.gz
Autogenerated HTML docs for v2.12.2-430-ge0ef7
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.txt b/config.txt
index 0d8df5a9f..1df196545 100644
--- a/config.txt
+++ b/config.txt
@@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
default hooks.
core.editor::
- Commands such as `commit` and `tag` that lets you edit
- messages by launching an editor uses the value of this
+ Commands such as `commit` and `tag` that let you edit
+ messages by launching an editor use the value of this
variable when it is set, and the environment variable
`GIT_EDITOR` is not set. See linkgit:git-var[1].
core.commentChar::
- Commands such as `commit` and `tag` that lets you edit
+ Commands such as `commit` and `tag` that let you edit
messages consider a line that begins with this character
commented, and removes them after the editor returns
(default '#').