| 1254 | } |
| 1255 | |
| 1256 | int 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 | |
| 1264 | int add_patterns_from_blob_to_list( |
| 1265 | struct object_id *oid, |
no test coverage detected