# Generated by roxygen2: do not edit by hand

S3method(print,git_repo_ptr)
S3method(print,git_sig_ptr)
export(git_add)
export(git_branch_checkout)
export(git_branch_create)
export(git_branch_delete)
export(git_branch_fast_forward)
export(git_branch_list)
export(git_branch_set_upstream)
export(git_checkout_pull_request)
export(git_clone)
export(git_commit)
export(git_commit_all)
export(git_config)
export(git_config_global)
export(git_config_global_set)
export(git_config_set)
export(git_fetch)
export(git_find)
export(git_info)
export(git_init)
export(git_log)
export(git_ls)
export(git_open)
export(git_pull)
export(git_push)
export(git_refspecs)
export(git_remote_add)
export(git_remote_list)
export(git_remote_remove)
export(git_reset)
export(git_rm)
export(git_signature)
export(git_signature_default)
export(git_stash_drop)
export(git_stash_list)
export(git_stash_pop)
export(git_stash_save)
export(git_status)
export(git_tag_create)
export(git_tag_delete)
export(git_tag_list)
export(git_tag_push)
export(libgit2_config)
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_pem)
importFrom(openssl,write_pkcs1)
importFrom(openssl,write_ssh)
useDynLib(gert,R_git_branch_list)
useDynLib(gert,R_git_branch_set_upsteam)
useDynLib(gert,R_git_checkout_branch)
useDynLib(gert,R_git_commit_create)
useDynLib(gert,R_git_commit_log)
useDynLib(gert,R_git_config_list)
useDynLib(gert,R_git_config_set)
useDynLib(gert,R_git_create_branch)
useDynLib(gert,R_git_delete_branch)
useDynLib(gert,R_git_merge_fast_forward)
useDynLib(gert,R_git_remote_add)
useDynLib(gert,R_git_remote_fetch)
useDynLib(gert,R_git_remote_list)
useDynLib(gert,R_git_remote_push)
useDynLib(gert,R_git_remote_remove)
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_rm)
useDynLib(gert,R_git_reset)
useDynLib(gert,R_git_signature_create)
useDynLib(gert,R_git_signature_default)
useDynLib(gert,R_git_signature_info)
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_status_list)
useDynLib(gert,R_git_tag_create)
useDynLib(gert,R_git_tag_delete)
useDynLib(gert,R_git_tag_list)
useDynLib(gert,R_libgit2_config)
