libgit2

git_tree_update_t

Version:

The kind of update to perform

Values

GIT_TREE_UPDATE_UPSERT
0

Update or insert an entry at the specified path

GIT_TREE_UPDATE_REMOVE
1

Remove an entry from the specified path

Versions