Git fork

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>

authored by

Todd Zullinger and committed by
Junio C Hamano
59d92809 9100c91c

+1 -1
+1 -1
Documentation/technical/partial-clone.adoc
··· 85 85 server to request filtering during packfile construction. 86 86 + 87 87 There are various filters available to accommodate different situations. 88 - See "--filter=<filter-spec>" in Documentation/rev-list-options.txt. 88 + See "--filter=<filter-spec>" in Documentation/rev-list-options.adoc. 89 89 90 90 - On the server pack-objects applies the requested filter-spec as it 91 91 creates "filtered" packfiles for the client.