File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
737
737
default hooks.
738
738
739
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
740
+ Commands such as `commit` and `tag` that let you edit
741
+ messages by launching an editor use the value of this
742
742
variable when it is set, and the environment variable
743
743
`GIT_EDITOR` is not set. See linkgit:git-var[1].
744
744
745
745
core.commentChar::
746
- Commands such as `commit` and `tag` that lets you edit
746
+ Commands such as `commit` and `tag` that let you edit
747
747
messages consider a line that begins with this character
748
748
commented, and removes them after the editor returns
749
749
(default '#').
You can’t perform that action at this time.
0 commit comments