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 @@ -668,13 +668,13 @@ alternative to having an `init.templateDir` where you've changed
668
668
default hooks.
669
669
670
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
671
+ Commands such as `commit` and `tag` that let you edit
672
+ messages by launching an editor use the value of this
673
673
variable when it is set, and the environment variable
674
674
`GIT_EDITOR` is not set. See linkgit:git-var[1].
675
675
676
676
core.commentChar::
677
- Commands such as `commit` and `tag` that lets you edit
677
+ Commands such as `commit` and `tag` that let you edit
678
678
messages consider a line that begins with this character
679
679
commented, and removes them after the editor returns
680
680
(default '#').
You can’t perform that action at this time.
0 commit comments