Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix VISUAL/EDITOR preference order in Documentation/config.txt.
author
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Jul 2007 05:37:56 +0000
(22:37 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a3c8ab3
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index a850d55bf68d3e64486f38bad1adb3fc1b97a81a..dd98d95d9748cdcb4fd0926a049b4a68dad47a73 100644
(file)
--- 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
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
core.pager::
The command that git will use to paginate output. Can be overridden