diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-04 12:49:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-04 12:49:12 -0700 |
commit | d1b75045a01e95bbdfc304060a5ba1f511b42328 (patch) | |
tree | e75e46daf7bc14b2eafef795a065ff716170d681 /Documentation/config | |
parent | 84cdeed1cb70660b24bc574902483dc815c5918b (diff) | |
parent | 71ccaa0993b3430e8c10352ea8f09547b6173b8d (diff) | |
download | git-d1b75045a01e95bbdfc304060a5ba1f511b42328.tar.gz |
Merge branch 'tb/upload-pack-filters'
Hotfix.
* tb/upload-pack-filters:
config/uploadpack.txt: fix typo in `--filter=tree:<n>`
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/uploadpack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/uploadpack.txt b/Documentation/config/uploadpack.txt index ee7b3ac94f..b0d761282c 100644 --- a/Documentation/config/uploadpack.txt +++ b/Documentation/config/uploadpack.txt @@ -70,7 +70,7 @@ uploadpackfilter.<filter>.allow:: kinds must be allowed. Defaults to `uploadpackfilter.allow`. uploadpackfilter.tree.maxDepth:: - Only allow `--filter=tree=<n>` when `n` is no more than the value of + Only allow `--filter=tree:<n>` when `<n>` is no more than the value of `uploadpackfilter.tree.maxDepth`. If set, this also implies `uploadpackfilter.tree.allow=true`, unless this configuration variable had already been set. Has no effect if unset. |