libgit2

git_tree_entry_set_attributes

Version:

Change the attributes of a tree entry.

This will mark the tree that contains the entry as modified; the modified entry will be written back to disk on the next git_object_write()

Signature

void git_tree_entry_set_attributes(git_tree_entry *entry, int attr);

Parameters

In
entry

Entry object which will be modified

int
In
attr

Versions