Fix VISUAL/EDITOR preference order in Documentation/config.txt.
I screwed up when amending ef0c2abf
.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -286,8 +286,8 @@ core.editor::
|
|||||||
messages by lauching an editor uses the value of this
|
messages by lauching an editor uses the value of this
|
||||||
variable when it is set, and the environment variable
|
variable when it is set, and the environment variable
|
||||||
`GIT_EDITOR` is not set. The order of preference is
|
`GIT_EDITOR` is not set. The order of preference is
|
||||||
`GIT_EDITOR` environment, `core.editor`, `EDITOR` and
|
`GIT_EDITOR` environment, `core.editor`, `VISUAL` and
|
||||||
`VISUAL` environment variables and then finally `vi`.
|
`EDITOR` environment variables and then finally `vi`.
|
||||||
|
|
||||||
core.pager::
|
core.pager::
|
||||||
The command that git will use to paginate output. Can be overridden
|
The command that git will use to paginate output. Can be overridden
|
||||||
|
Reference in New Issue
Block a user