libgit2.example.checkout

The following example demonstrates how to do checkouts with libgit2.

Recognized options are : --force: force the checkout to happen. --[no-]progress: show checkout progress, on by default. --perf: show performance data.

Members

Functions

lg2_checkout
int lg2_checkout(libgit2.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