| 2693 | } |
| 2694 | |
| 2695 | static int keep_entry(const struct cache_entry *ce, |
| 2696 | struct unpack_trees_options *o) |
| 2697 | { |
| 2698 | add_entry(o, ce, 0, 0); |
| 2699 | if (ce_stage(ce)) |
| 2700 | invalidate_ce_path(ce, o); |
| 2701 | return 1; |
| 2702 | } |
| 2703 | |
| 2704 | #if DBRT_DEBUG |
| 2705 | static void show_stage_entry(FILE *o, |
no test coverage detected