summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
commitcbe0eb29622a497f18818e4481f27636446b86d7 (patch)
treeda1fda656a0a1af2c8056d46ac3175ddcf876b70 /git.txt
parentfa0dac3fc7e469b539896aae52323ed08805a46c (diff)
downloadgit-htmldocs-cbe0eb29622a497f18818e4481f27636446b86d7.tar.gz
Autogenerated HTML docs for v2.12.0-189-g3bc532
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index aa895da4a..df0941d45 100644
--- a/git.txt
+++ b/git.txt
@@ -1025,6 +1025,12 @@ Usually it is easier to configure any desired options through your
personal `.ssh/config` file. Please consult your ssh documentation
for further details.
+`GIT_SSH_VARIANT`::
+ If this environment variable is set, it overrides Git's autodetection
+ whether `GIT_SSH`/`GIT_SSH_COMMAND`/`core.sshCommand` refer to OpenSSH,
+ plink or tortoiseplink. This variable overrides the config setting
+ `ssh.variant` that serves the same purpose.
+
`GIT_ASKPASS`::
If this environment variable is set, then Git commands which need to
acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)