Skip to content

Commit a644ffd

Browse files
committed
Fix VISUAL/EDITOR preference order in Documentation/config.txt.
I screwed up when amending ef0c2ab. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a3c8ab3 commit a644ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ core.editor::
286286
messages by lauching an editor uses the value of this
287287
variable when it is set, and the environment variable
288288
`GIT_EDITOR` is not set. The order of preference is
289-
`GIT_EDITOR` environment, `core.editor`, `EDITOR` and
290-
`VISUAL` environment variables and then finally `vi`.
289+
`GIT_EDITOR` environment, `core.editor`, `VISUAL` and
290+
`EDITOR` environment variables and then finally `vi`.
291291

292292
core.pager::
293293
The command that git will use to paginate output. Can be overridden

0 commit comments

Comments
 (0)