git_index_read_tree

Read a tree into the index file with stats

The current index contents will be replaced by the specified tree.

@param index an existing index object @param tree tree to read @return 0 or an error code

extern (C) nothrow @nogc
int
git_index_read_tree

Meta