Exemplo n.º 1
0
 internal static extern int git_tag_list(out git_strarray array, RepositorySafeHandle repo);
Exemplo n.º 2
0
 internal static extern int git_remote_get_push_refspecs(out git_strarray array, RemoteSafeHandle remote);
Exemplo n.º 3
0
 internal static extern void git_strarray_free(ref git_strarray array);
Exemplo n.º 4
0
 public static extern int git_remote_list(out git_strarray array, RepositorySafeHandle repo);
Exemplo n.º 5
0
 public static extern void git_strarray_free(ref git_strarray array);
Exemplo n.º 6
0
 public static extern int git_branch_list(out git_strarray array, RepositorySafeHandle repo, GitBranchType flags);
Exemplo n.º 7
0
 public static extern int git_reference_list(out git_strarray array, RepositorySafeHandle repo, GitReferenceType flags);
Exemplo n.º 8
0
 internal static extern int git_tag_list(out git_strarray array, RepositorySafeHandle repo);
Exemplo n.º 9
0
 internal static extern void git_strarray_free(ref git_strarray array);
Exemplo n.º 10
0
 internal static extern int git_remote_get_push_refspecs(out git_strarray array, RemoteSafeHandle remote);
Exemplo n.º 11
0
 public static extern void git_strarray_free(ref git_strarray array);
Exemplo n.º 12
0
 public static extern int git_reference_listall(out git_strarray array, RepositorySafeHandle repo, GitReferenceType flags);
Exemplo n.º 13
0
 public static extern int git_remote_list(out git_strarray array, RepositorySafeHandle repo);
Exemplo n.º 14
0
 public static extern int git_branch_list(out git_strarray array, RepositorySafeHandle repo, GitBranchType flags);