-
Notifications
You must be signed in to change notification settings - Fork 33
/
NAMESPACE
164 lines (163 loc) · 4.78 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
S3method(print,gert_signature)
S3method(print,git_repo_ptr)
export(git_add)
export(git_ahead_behind)
export(git_archive_zip)
export(git_branch)
export(git_branch_checkout)
export(git_branch_create)
export(git_branch_delete)
export(git_branch_exists)
export(git_branch_fast_forward)
export(git_branch_list)
export(git_branch_move)
export(git_branch_set_upstream)
export(git_checkout_pull_request)
export(git_cherry_pick)
export(git_clone)
export(git_commit)
export(git_commit_all)
export(git_commit_descendant_of)
export(git_commit_id)
export(git_commit_info)
export(git_commit_stats)
export(git_config)
export(git_config_global)
export(git_config_global_set)
export(git_config_set)
export(git_conflicts)
export(git_diff)
export(git_diff_patch)
export(git_fetch)
export(git_fetch_pull_requests)
export(git_find)
export(git_ignore_path_is_ignored)
export(git_info)
export(git_init)
export(git_log)
export(git_ls)
export(git_merge)
export(git_merge_abort)
export(git_merge_analysis)
export(git_merge_find_base)
export(git_merge_stage_only)
export(git_open)
export(git_pull)
export(git_push)
export(git_rebase_commit)
export(git_rebase_list)
export(git_remote_add)
export(git_remote_info)
export(git_remote_list)
export(git_remote_ls)
export(git_remote_refspecs)
export(git_remote_remove)
export(git_remote_set_pushurl)
export(git_remote_set_url)
export(git_reset_hard)
export(git_reset_mixed)
export(git_reset_soft)
export(git_rm)
export(git_signature)
export(git_signature_default)
export(git_signature_parse)
export(git_stash_drop)
export(git_stash_list)
export(git_stash_pop)
export(git_stash_save)
export(git_stat_files)
export(git_status)
export(git_submodule_add)
export(git_submodule_fetch)
export(git_submodule_info)
export(git_submodule_init)
export(git_submodule_list)
export(git_submodule_set_to)
export(git_tag_create)
export(git_tag_delete)
export(git_tag_list)
export(git_tag_push)
export(libgit2_config)
export(user_is_configured)
importFrom(askpass,askpass)
importFrom(credentials,git_credential_ask)
importFrom(credentials,git_credential_forget)
importFrom(credentials,ssh_key_info)
importFrom(credentials,ssh_read_key)
importFrom(openssl,write_openssh_pem)
importFrom(openssl,write_pem)
importFrom(openssl,write_pkcs1)
importFrom(openssl,write_ssh)
useDynLib(gert,R_git_ahead_behind)
useDynLib(gert,R_git_branch_current)
useDynLib(gert,R_git_branch_exists)
useDynLib(gert,R_git_branch_list)
useDynLib(gert,R_git_branch_move)
useDynLib(gert,R_git_branch_set_target)
useDynLib(gert,R_git_branch_set_upstream)
useDynLib(gert,R_git_checkout_branch)
useDynLib(gert,R_git_checkout_unborn)
useDynLib(gert,R_git_cherry_pick)
useDynLib(gert,R_git_commit_create)
useDynLib(gert,R_git_commit_descendant)
useDynLib(gert,R_git_commit_id)
useDynLib(gert,R_git_commit_info)
useDynLib(gert,R_git_commit_log)
useDynLib(gert,R_git_commit_stats)
useDynLib(gert,R_git_config_list)
useDynLib(gert,R_git_config_set)
useDynLib(gert,R_git_conflict_list)
useDynLib(gert,R_git_create_branch)
useDynLib(gert,R_git_delete_branch)
useDynLib(gert,R_git_diff_list)
useDynLib(gert,R_git_ignore_path_is_ignored)
useDynLib(gert,R_git_merge_analysis)
useDynLib(gert,R_git_merge_cleanup)
useDynLib(gert,R_git_merge_find_base)
useDynLib(gert,R_git_merge_parent_heads)
useDynLib(gert,R_git_merge_stage)
useDynLib(gert,R_git_rebase)
useDynLib(gert,R_git_remote_add)
useDynLib(gert,R_git_remote_add_fetch)
useDynLib(gert,R_git_remote_fetch)
useDynLib(gert,R_git_remote_info)
useDynLib(gert,R_git_remote_list)
useDynLib(gert,R_git_remote_ls)
useDynLib(gert,R_git_remote_push)
useDynLib(gert,R_git_remote_refspecs)
useDynLib(gert,R_git_remote_remove)
useDynLib(gert,R_git_remote_set_pushurl)
useDynLib(gert,R_git_remote_set_url)
useDynLib(gert,R_git_repository_add)
useDynLib(gert,R_git_repository_clone)
useDynLib(gert,R_git_repository_find)
useDynLib(gert,R_git_repository_info)
useDynLib(gert,R_git_repository_init)
useDynLib(gert,R_git_repository_ls)
useDynLib(gert,R_git_repository_open)
useDynLib(gert,R_git_repository_path)
useDynLib(gert,R_git_repository_rm)
useDynLib(gert,R_git_reset)
useDynLib(gert,R_git_signature_create)
useDynLib(gert,R_git_signature_default)
useDynLib(gert,R_git_signature_parse)
useDynLib(gert,R_git_stash_drop)
useDynLib(gert,R_git_stash_list)
useDynLib(gert,R_git_stash_pop)
useDynLib(gert,R_git_stash_save)
useDynLib(gert,R_git_stat_files)
useDynLib(gert,R_git_status_list)
useDynLib(gert,R_git_submodule_info)
useDynLib(gert,R_git_submodule_init)
useDynLib(gert,R_git_submodule_list)
useDynLib(gert,R_git_submodule_save)
useDynLib(gert,R_git_submodule_set_to)
useDynLib(gert,R_git_submodule_setup)
useDynLib(gert,R_git_submodule_update)
useDynLib(gert,R_git_tag_create)
useDynLib(gert,R_git_tag_delete)
useDynLib(gert,R_git_tag_list)
useDynLib(gert,R_libgit2_config)
useDynLib(gert,R_set_cert_locations)
useDynLib(gert,R_static_libgit2)