| 320 | } |
| 321 | |
| 322 | static void add_pending_object_with_mode(struct rev_info *revs, |
| 323 | struct object *obj, |
| 324 | const char *name, unsigned mode) |
| 325 | { |
| 326 | add_pending_object_with_path(revs, obj, name, mode, NULL); |
| 327 | } |
| 328 | |
| 329 | void add_pending_object(struct rev_info *revs, |
| 330 | struct object *obj, const char *name) |
no test coverage detected