git_tree_update

An action to perform during the update of a tree

Members

Variables

action
.git_tree_update_t action;

Update action. If it's an removal, only the path is looked at

filemode
libgit2_d.types.git_filemode_t filemode;

The filemode/kind of object

id
libgit2_d.oid.git_oid id;

The entry's id

path
const(char)* path;

The full path from the root tree

Meta