MCPcopy Create free account
hub / github.com/git/git / populate_from_existing_patterns

Function populate_from_existing_patterns

unpack-trees.c:1829–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827}
1828
1829static void populate_from_existing_patterns(struct unpack_trees_options *o,
1830 struct pattern_list *pl)
1831{
1832 if (get_sparse_checkout_patterns(pl) < 0)
1833 o->skip_sparse_checkout = 1;
1834 else
1835 o->internal.pl = pl;
1836}
1837
1838static void update_sparsity_for_prefix(const char *prefix,
1839 struct index_state *istate)

Callers 2

unpack_treesFunction · 0.85
update_sparsityFunction · 0.85

Calls 1

Tested by

no test coverage detected