diff options
author | Adam Roben <aroben@apple.com> | 2007-07-19 22:09:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-20 00:46:34 -0700 |
commit | ef0c2abf3e5061f891b7f07953ef3b0695f52c89 (patch) | |
tree | a48c4cbea302eb1d41bc1d798c1e85bcc892ea8a /Documentation/git-send-email.txt | |
parent | a7738c77f1f17ced885ce96e986b948a0b256452 (diff) | |
download | git-ef0c2abf3e5061f891b7f07953ef3b0695f52c89.tar.gz |
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>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 293686c31f..d243ed1e3a 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -44,8 +44,8 @@ The --cc option must be repeated for each user you want on the cc list. value; if that is unspecified, default to --chain-reply-to. --compose:: - Use $EDITOR to edit an introductory message for the - patch series. + Use $GIT_EDITOR, core.editor, $VISUAL, or $EDITOR to edit an + introductory message for the patch series. --from:: Specify the sender of the emails. This will default to |