Пример #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);