From 71ccaa0993b3430e8c10352ea8f09547b6173b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=85gren?= Date: Sun, 27 Sep 2020 16:11:55 +0200 Subject: config/uploadpack.txt: fix typo in `--filter=tree:` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That should be a ":", not a second "=". While at it, refer to the placeholder "" as "", not "n" (see, e.g., the entry just before this one). Signed-off-by: Martin Ă…gren Signed-off-by: Junio C Hamano --- Documentation/config/uploadpack.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/config') 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..allow:: kinds must be allowed. Defaults to `uploadpackfilter.allow`. uploadpackfilter.tree.maxDepth:: - Only allow `--filter=tree=` when `n` is no more than the value of + Only allow `--filter=tree:` when `` 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. -- cgit v1.2.3