Skip to content

Commit 71ccaa0

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6cc275e commit 71ccaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/uploadpack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ uploadpackfilter.<filter>.allow::
7070
kinds must be allowed. Defaults to `uploadpackfilter.allow`.
7171

7272
uploadpackfilter.tree.maxDepth::
73-
Only allow `--filter=tree=<n>` when `n` is no more than the value of
73+
Only allow `--filter=tree:<n>` when `<n>` is no more than the value of
7474
`uploadpackfilter.tree.maxDepth`. If set, this also implies
7575
`uploadpackfilter.tree.allow=true`, unless this configuration
7676
variable had already been set. Has no effect if unset.

0 commit comments

Comments
 (0)