author | Adam Roben <aroben@apple.com> | |
Fri, 20 Jul 2007 05:09:35 +0000 (22:09 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Jul 2007 07:46:34 +0000 (00:46 -0700) | ||
commit | ef0c2abf3e5061f891b7f07953ef3b0695f52c89 | |
tree | a48c4cbea302eb1d41bc1d798c1e85bcc892ea8a | tree | snapshot |
parent | a7738c77f1f17ced885ce96e986b948a0b256452 | commit | diff |
Add GIT_EDITOR environment and core.editor configuration variables
These variables let you specify an editor that will be launched in
preference to the EDITOR and VISUAL environment variables. The order
of preference is GIT_EDITOR, core.editor, EDITOR, VISUAL.
[jc: added a test and config variable documentation]
Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These variables let you specify an editor that will be launched in
preference to the EDITOR and VISUAL environment variables. The order
of preference is GIT_EDITOR, core.editor, EDITOR, VISUAL.
[jc: added a test and config variable documentation]
Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
Documentation/git-commit.txt | diff | blob | history | |
Documentation/git-send-email.txt | diff | blob | history | |
git-am.sh | diff | blob | history | |
git-commit.sh | diff | blob | history | |
git-rebase--interactive.sh | diff | blob | history | |
git-send-email.perl | diff | blob | history | |
git-sh-setup.sh | diff | blob | history | |
git-tag.sh | diff | blob | history | |
t/t7005-editor.sh | [new file with mode: 0755] | blob |