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