Git-Libgit2

 view release on metacpan or  search on metacpan

lib/Git/Libgit2/FFI.pm  view on Meta::CPAN

=head2 Credentials

=head2 git_credential_userpass_plaintext_new

    Git::Libgit2::FFI::git_credential_userpass_plaintext_new(\my $cred, $username, $password);

Create a username/password credential.

=head2 git_credential_ssh_key_new

    Git::Libgit2::FFI::git_credential_ssh_key_new(\my $cred, $username, $public_key, $private_key, $passphrase);

Create an SSH key credential.

=head2 git_credential_ssh_key_from_agent

    Git::Libgit2::FFI::git_credential_ssh_key_from_agent(\my $cred, $username);

Create an SSH key credential using the ssh-agent.

=head2 git_credential_default_new



( run in 2.256 seconds using v1.01-cache-2.11-cpan-13bb782fe5a )