Skip to content

Commit d1b7504

Browse files
committed
Merge branch 'tb/upload-pack-filters'
Hotfix. * tb/upload-pack-filters: config/uploadpack.txt: fix typo in `--filter=tree:<n>`
2 parents 84cdeed + 71ccaa0 commit d1b7504

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)