We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88fb4aa + e7e183d commit 67476f5Copy full SHA for 67476f5
1 file changed
Documentation/config.txt
@@ -668,13 +668,13 @@ alternative to having an `init.templateDir` where you've changed
668
default hooks.
669
670
core.editor::
671
- Commands such as `commit` and `tag` that lets you edit
672
- 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
673
variable when it is set, and the environment variable
674
`GIT_EDITOR` is not set. See linkgit:git-var[1].
675
676
core.commentChar::
677
678
messages consider a line that begins with this character
679
commented, and removes them after the editor returns
680
(default '#').
0 commit comments