git_checkout_options.baseline

The expected content of the working directory; defaults to HEAD.

If the working directory does not match this baseline information, that will produce a checkout conflict.

struct git_checkout_options
libgit2_d.types.git_tree* baseline;

Meta