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

Function add_patterns_from_file_to_list

dir.c:1256–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256int add_patterns_from_file_to_list(const char *fname, const char *base,
1257 int baselen, struct pattern_list *pl,
1258 struct index_state *istate,
1259 unsigned flags)
1260{
1261 return add_patterns(fname, base, baselen, pl, istate, flags, NULL);
1262}
1263
1264int add_patterns_from_blob_to_list(
1265 struct object_id *oid,

Callers 6

sparse_checkout_listFunction · 0.85
sparse_checkout_initFunction · 0.85
add_patterns_cone_modeFunction · 0.85
add_patterns_literalFunction · 0.85

Calls 1

add_patternsFunction · 0.85

Tested by

no test coverage detected