From: Junio C Hamano Date: Sun, 22 Jul 2007 05:37:56 +0000 (-0700) Subject: Fix VISUAL/EDITOR preference order in Documentation/config.txt. X-Git-Tag: v1.5.3-rc3~26 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a644ffde0afabc873863ac57d9fdaf5f605f50b7;p=git.git Fix VISUAL/EDITOR preference order in Documentation/config.txt. I screwed up when amending ef0c2abf. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index a850d55bf..dd98d95d9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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