technical/partial-clone: update reference to rev-list-options.adoc

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Todd Zullinger
2025-03-03 15:44:08 -05:00
committed by Junio C Hamano
parent 9100c91cd4
commit 59d9280908

View File

@ -85,7 +85,7 @@ See "filter" in linkgit:gitprotocol-pack[5].
server to request filtering during packfile construction. server to request filtering during packfile construction.
+ +
There are various filters available to accommodate different situations. There are various filters available to accommodate different situations.
See "--filter=<filter-spec>" in Documentation/rev-list-options.txt. See "--filter=<filter-spec>" in Documentation/rev-list-options.adoc.
- On the server pack-objects applies the requested filter-spec as it - On the server pack-objects applies the requested filter-spec as it
creates "filtered" packfiles for the client. creates "filtered" packfiles for the client.