diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-29 15:39:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-29 15:39:59 -0700 |
commit | c2a499e6c31ed613a606ffdeb5bb74ab41e9a586 (patch) | |
tree | de51b47b2f12cdfe50d90152391b0de51dcdcd19 /Documentation | |
parent | Git 2.17-rc2 (diff) | |
parent | upload-pack: disable object filtering when disabled by config (diff) | |
download | tgif-c2a499e6c31ed613a606ffdeb5bb74ab41e9a586.tar.xz |
Merge branch 'jh/partial-clone'
Hotfix.
* jh/partial-clone:
upload-pack: disable object filtering when disabled by config
unpack-trees: release oid_array after use in check_updates()
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ce9102cea8..4e0cff87f6 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -3364,7 +3364,7 @@ uploadpack.packObjectsHook:: stdout. uploadpack.allowFilter:: - If this option is set, `upload-pack` will advertise partial + 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 |