summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:08 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:08 +0900
commit89d3f2b6c0acc1c82ff866472d3760b2c62f587a (patch)
treea15b54eb544033f8c1ad04dd0a5278a59cc36cc9 /Documentation/git.txt
parent13d380c8c857b57c44ebb2132ba3737d1c826143 (diff)
downloadgit-89d3f2b6c0acc1c82ff866472d3760b2c62f587a.tar.gz
git-89d3f2b6c0acc1c82ff866472d3760b2c62f587a.tar.bz2
git-89d3f2b6c0acc1c82ff866472d3760b2c62f587a.zip
Imported Upstream version 2.13.0upstream/2.13.0
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index a52b155b..fb10314c 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -44,6 +44,12 @@ unreleased) version of Git, that is available from the 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
+* link:v2.13.0/git.html[documentation for release 2.13]
+
+* release notes for
+ link:RelNotes/2.13.0.txt[2.13].
+
+
* link:v2.12.3/git.html[documentation for release 2.12.3]
* release notes for
@@ -1037,6 +1043,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)