From 59d92809088f28b06b0cd102dd166ba8b3144fc7 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 3 Mar 2025 15:44:08 -0500 Subject: [PATCH] technical/partial-clone: update reference to rev-list-options.adoc Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- Documentation/technical/partial-clone.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/technical/partial-clone.adoc b/Documentation/technical/partial-clone.adoc index bf5ec5c82d..e513e391ea 100644 --- a/Documentation/technical/partial-clone.adoc +++ b/Documentation/technical/partial-clone.adoc @@ -85,7 +85,7 @@ See "filter" in linkgit:gitprotocol-pack[5]. server to request filtering during packfile construction. + There are various filters available to accommodate different situations. -See "--filter=" in Documentation/rev-list-options.txt. +See "--filter=" in Documentation/rev-list-options.adoc. - On the server pack-objects applies the requested filter-spec as it creates "filtered" packfiles for the client.