]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config/uploadpack.txt: fix typo in `--filter=tree:<n>`
authorMartin Ågren <martin.agren@gmail.com>
Sun, 27 Sep 2020 14:11:55 +0000 (16:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Sep 2020 21:23:20 +0000 (14:23 -0700)
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>
Documentation/config/uploadpack.txt

index ee7b3ac94f82e4376d06d63c9a09d9370b10a34c..b0d761282cd6d300dc14aa95bcc0bbb43adb7fa5 100644 (file)
@@ -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.