]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config.txt
connect: read $GIT_SSH_COMMAND from config file
[thirdparty/git.git] / Documentation / config.txt
index 2e1b2e486e615981c14f7e591f3f32aa06cdee7a..4a870d832d683564d65e0ec8233473769c1c6f09 100644 (file)
@@ -443,6 +443,13 @@ specify that no proxy be used for a given domain pattern.
 This is useful for excluding servers inside a firewall from
 proxy use, while defaulting to a common proxy for external domains.
 
+core.sshCommand::
+       If this variable is set, `git fetch` and `git push` will
+       use the specified command instead of `ssh` when they need to
+       connect to a remote system. The command is in the same form as
+       the `GIT_SSH_COMMAND` environment variable and is overridden
+       when the environment variable is set.
+
 core.ignoreStat::
        If true, Git will avoid using lstat() calls to detect if files have
        changed by setting the "assume-unchanged" bit for those tracked files