summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-09-27 14:11:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-09-27 21:23:20 (GMT)
commit71ccaa0993b3430e8c10352ea8f09547b6173b8d (patch)
treef94b4a503c48f9902d4c3b2a25a049670cb4b4fd /Documentation
parent6cc275ea56e21537f480443fc8fd36f34c8b92cd (diff)
downloadgit-71ccaa0993b3430e8c10352ea8f09547b6173b8d.zip
git-71ccaa0993b3430e8c10352ea8f09547b6173b8d.tar.gz
git-71ccaa0993b3430e8c10352ea8f09547b6173b8d.tar.bz2
config/uploadpack.txt: fix typo in `--filter=tree:<n>`
That should be a ":", not a second "=". While at it, refer to the placeholder "<n>" as "<n>", not "n" (see, e.g., the entry just before this one). Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/uploadpack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/uploadpack.txt b/Documentation/config/uploadpack.txt
index ee7b3ac..b0d7612 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.