MCPcopy Index your code
hub / github.com/git/git / update_tp_entries

Function update_tp_entries

tree-diff.c:422–428  ·  view source on GitHub ↗

∀ pi=p[imin] pi↓ */

Source from the content-addressed store, hash-verified

420
421/* ∀ pi=p[imin] pi↓ */
422static 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
430static void ll_diff_tree_paths(
431 struct combine_diff_path ***tail, const struct object_id *oid,

Callers 1

ll_diff_tree_pathsFunction · 0.85

Calls 1

update_tree_entryFunction · 0.85

Tested by

no test coverage detected