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