]> Pileus Git - ~andy/git/commitdiff
Fix VISUAL/EDITOR preference order in Documentation/config.txt.
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2007 05:37:56 +0000 (22:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2007 05:37:56 +0000 (22:37 -0700)
I screwed up when amending ef0c2abf.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index a850d55bf68d3e64486f38bad1adb3fc1b97a81a..dd98d95d9748cdcb4fd0926a049b4a68dad47a73 100644 (file)
@@ -286,8 +286,8 @@ core.editor::
        messages by lauching an editor uses the value of this
        variable when it is set, and the environment variable
        `GIT_EDITOR` is not set.  The order of preference is
-       `GIT_EDITOR` environment, `core.editor`, `EDITOR` and
-       `VISUAL` environment variables and then finally `vi`.
+       `GIT_EDITOR` environment, `core.editor`, `VISUAL` and
+       `EDITOR` environment variables and then finally `vi`.
 
 core.pager::
        The command that git will use to paginate output.  Can be overridden