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