Esempio n. 1
0
 public static extern unsafe git_tree_entry *git_tree_entry_byindex(git_tree *tree, UIntPtr n);
Esempio n. 2
0
 public static extern unsafe int git_commit_tree(out git_tree *tree, git_commit *commit);