Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc/config: grammar fixes for core.{editor,commentChar}
author
Kyle Meyer
<kyle@kyleam.com>
Thu, 23 Mar 2017 17:32:16 +0000
(13:32 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 23 Mar 2017 19:04:08 +0000
(12:04 -0700)
Signed-off-by: Kyle Meyer <kyle@kyleam.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
c3808ca
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index cbae7a65b60dd027479addbc912b883bc9c5fdd7..c0e7f66a30b6fb377bd8515d2567bb96a623717b 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-663,13
+663,13
@@
alternative to having an `init.templateDir` where you've changed
default hooks.
core.editor::
default hooks.
core.editor::
- Commands such as `commit` and `tag` that let
s
you edit
- messages by launching an editor use
s
the value of this
+ Commands such as `commit` and `tag` that let you edit
+ messages by launching an editor use the value of this
variable when it is set, and the environment variable
`GIT_EDITOR` is not set. See linkgit:git-var[1].
core.commentChar::
variable when it is set, and the environment variable
`GIT_EDITOR` is not set. See linkgit:git-var[1].
core.commentChar::
- Commands such as `commit` and `tag` that let
s
you edit
+ Commands such as `commit` and `tag` that let you edit
messages consider a line that begins with this character
commented, and removes them after the editor returns
(default '#').
messages consider a line that begins with this character
commented, and removes them after the editor returns
(default '#').