docs: mention --refetch fetch option
Document it for partial clones as a means to apply a new filter, and reference it from the remote.<name>.partialclonefilter config parameter. Signed-off-by: Robert Coup <robert@coup.net.nz> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7390f05a3c
commit
4963d3e41f
@ -181,6 +181,9 @@ Fetching Missing Objects
|
||||
currently fetches all objects referred to by the requested objects, even
|
||||
though they are not necessary.
|
||||
|
||||
- Fetching with `--refetch` will request a complete new filtered packfile from
|
||||
the remote, which can be used to change a filter without needing to
|
||||
dynamically fetch missing objects.
|
||||
|
||||
Using many promisor remotes
|
||||
---------------------------
|
||||
|
Reference in New Issue
Block a user