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