Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
promisor-remote: parse remote.*.partialclonefilter
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index f74bd78144b1fb96af74b73cb4e8818047c99d74..13d813313089c764c124d246c738a06c6fed57a4 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-1491,7
+1491,7
@@
static inline void fetch_one_setup_partial(struct remote *remote)
* the config.
*/
if (!filter_options.choice)
- partial_clone_get_default_filter_spec(&filter_options);
+ partial_clone_get_default_filter_spec(&filter_options
, remote->name
);
return;
}