| 327 | } |
| 328 | |
| 329 | void add_pending_object(struct rev_info *revs, |
| 330 | struct object *obj, const char *name) |
| 331 | { |
| 332 | add_pending_object_with_mode(revs, obj, name, S_IFINVALID); |
| 333 | } |
| 334 | |
| 335 | void add_head_to_pending(struct rev_info *revs) |
| 336 | { |
no test coverage detected