module Git
Extended Modules
Defined in:
bitte_ci/libgit2.crClass Method Summary
- .checkout_options_init
- .clone(url, path, given_creds : Credentials) : Repository
- .clone(url, path) : Repository
- .clone_options_init : LibGit::CloneOptions
- .credentials(credential : Pointer(Pointer(LibGit::Credential)), url : String, url_user : String | Nil, allowed_types : LibGit::GitCredential, payload : Credentials)
- .credentials_ssh(credential, url, url_user, payload)
- .credentials_userpass(credential, url, url_user, payload)
- .fetch_options_init(given_creds)
- .init
- .object_lookup(repo, sha1)
- .refspec_parse(input, fetch)
- .remote_create(repo, name, url)
- .remote_fetch(remote, refspecs, given_creds : Credentials)
- .remote_list(repo)
- .remote_lookup(repo, name)
Class Method Detail
def self.credentials(credential : Pointer(Pointer(LibGit::Credential)), url : String, url_user : String | Nil, allowed_types : LibGit::GitCredential, payload : Credentials)
#