summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-22 05:37:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-22 05:37:56 (GMT)
commita644ffde0afabc873863ac57d9fdaf5f605f50b7 (patch)
tree7c5f9f44af34797b5585560b000269022c06b72a /Documentation
parenta3c8ab30a54c30a6a434760bedf04548425416ef (diff)
downloadgit-a644ffde0afabc873863ac57d9fdaf5f605f50b7.zip
git-a644ffde0afabc873863ac57d9fdaf5f605f50b7.tar.gz
git-a644ffde0afabc873863ac57d9fdaf5f605f50b7.tar.bz2
Fix VISUAL/EDITOR preference order in Documentation/config.txt.
I screwed up when amending ef0c2abf. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a850d55..dd98d95 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