summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
commit32a7527a335c1725848d37986ce4b54ab9861c9d (patch)
tree02359b56b9036ac8a2b9967754dd74eecbe8ca2b /config.txt
parent6811c064ad2e5451dbbd9b7ade4839dca12479c4 (diff)
downloadgit-htmldocs-32a7527a335c1725848d37986ce4b54ab9861c9d.tar.gz
Autogenerated HTML docs for v2.19.1-450-ga4b8a
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/config.txt b/config.txt
index 154683321..f6f4c21a5 100644
--- a/config.txt
+++ b/config.txt
@@ -225,7 +225,7 @@ boolean::
false;; Boolean false literals are `no`, `off`, `false`,
`0` and the empty string.
+
-When converting value to the canonical form using `--bool` type
+When converting a value to its canonical form using the `--type=bool` type
specifier, 'git config' will ensure that the output is "true" or
"false" (spelled in lowercase).
@@ -1643,7 +1643,8 @@ gc.writeCommitGraph::
for details.
gc.logExpiry::
- If the file gc.log exists, then `git gc --auto` won't run
+ If the file gc.log exists, then `git gc --auto` will print
+ its content and exit with status zero instead of running
unless that file is more than 'gc.logExpiry' old. Default is
"1.day". See `gc.pruneExpire` for more ways to specify its
value.
@@ -2995,15 +2996,15 @@ uploadpack.packObjectsHook::
was run. I.e., `upload-pack` will feed input intended for
`pack-objects` to the hook, and expects a completed packfile on
stdout.
-
-uploadpack.allowFilter::
- If this option is set, `upload-pack` will support partial
- clone and partial fetch object filtering.
+
Note that this configuration variable is ignored if it is seen in the
repository-level config (this is a safety measure against fetching from
untrusted repositories).
+uploadpack.allowFilter::
+ If this option is set, `upload-pack` will support partial
+ clone and partial fetch object filtering.
+
uploadpack.allowRefInWant::
If this option is set, `upload-pack` will support the `ref-in-want`
feature of the protocol version 2 `fetch` command. This feature