| 228 | } |
| 229 | |
| 230 | static void add_entry(struct unpack_trees_options *o, |
| 231 | const struct cache_entry *ce, |
| 232 | unsigned int set, unsigned int clear) |
| 233 | { |
| 234 | do_add_entry(o, dup_cache_entry(ce, &o->internal.result), set, clear); |
| 235 | } |
| 236 | |
| 237 | /* |
| 238 | * add error messages on path <path> |
no test coverage detected