summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-19 14:37:13 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-19 14:37:13 -0700
commit1a1b8478e1973c7362e8f5f6b2fc1f56b2a25204 (patch)
tree48095ce1c6b84d8b9de32c0958d81c2e67afb695 /config.txt
parent8a26cb6b0f637c9e1b0814da051288d9237e144e (diff)
downloadgit-htmldocs-1a1b8478e1973c7362e8f5f6b2fc1f56b2a25204.tar.gz
Autogenerated HTML docs for v2.9.2-368-g08bb3
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 16dc22d9c..e455faeb2 100644
--- a/config.txt
+++ b/config.txt
@@ -450,6 +450,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
@@ -1236,6 +1243,11 @@ fetch.prune::
If true, fetch will automatically behave as if the `--prune`
option was given on the command line. See also `remote.<name>.prune`.
+fetch.output::
+ Control how ref update status is printed. Valid values are
+ `full` and `compact`. Default value is `full`. See section
+ OUTPUT in linkgit:git-fetch[1] for detail.
+
format.attach::
Enable multipart/mixed attachments as the default for
'format-patch'. The value can also be a double quoted string