libgit2

git_tree_update

Version:

An action to perform during the update of a tree

Signature

typedef struct git_tree_update { git_tree_update_t action git_oid id git_filemode_t filemode const char *path };

Members

action

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

id

The entry's id

filemode

The filemode/kind of object

const char *
path

The full path from the root tree

Parameter To

Versions