コード例 #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);
コード例 #11
0
 public static extern void git_strarray_free(ref git_strarray array);
コード例 #12
0
 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);