libgit2_d.example.checkout

Undocumented in source.

Members

Functions

lg2_checkout
int lg2_checkout(libgit2_d.types.git_repository* repo, int argc, char** argv)

That example's entry point

Manifest constants

PRIdZ
enum PRIdZ;
Undocumented in source.
PRIdZ
enum PRIdZ;
Undocumented in source.
PRIuZ
enum PRIuZ;
Undocumented in source.
PRIuZ
enum PRIuZ;
Undocumented in source.
PRIxZ
enum PRIxZ;
Undocumented in source.
PRIxZ
enum PRIxZ;
Undocumented in source.

Structs

checkout_options
struct checkout_options

The following example demonstrates how to do checkouts with libgit2.

Meta