We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b43942b + e7e183d commit 3d6586dCopy full SHA for 3d6586d
1 file changed
Documentation/config.txt
@@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
737
default hooks.
738
739
core.editor::
740
- Commands such as `commit` and `tag` that lets you edit
741
- 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
742
variable when it is set, and the environment variable
743
`GIT_EDITOR` is not set. See linkgit:git-var[1].
744
745
core.commentChar::
746
747
messages consider a line that begins with this character
748
commented, and removes them after the editor returns
749
(default '#').
0 commit comments