∀ pi=p[imin] pi↓ */
| 420 | |
| 421 | /* ∀ pi=p[imin] pi↓ */ |
| 422 | static inline void update_tp_entries(struct tree_desc *tp, int nparent) |
| 423 | { |
| 424 | int i; |
| 425 | for (i = 0; i < nparent; ++i) |
| 426 | if (!(tp[i].entry.mode & S_IFXMIN_NEQ)) |
| 427 | update_tree_entry(&tp[i]); |
| 428 | } |
| 429 | |
| 430 | static void ll_diff_tree_paths( |
| 431 | struct combine_diff_path ***tail, const struct object_id *oid, |
no test coverage detected