summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3c8ab3)
raw | patch | inline | side by side (parent: a3c8ab3)
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) |
Documentation/config.txt | patch | blob | history |
index a850d55bf68d3e64486f38bad1adb3fc1b97a81a..dd98d95d9748cdcb4fd0926a049b4a68dad47a73 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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