Method

GgitCheckoutOptionsget_baseline

Declaration [src]

GgitTree*
ggit_checkout_options_get_baseline (
  GgitCheckoutOptions* options
)

Description [src]

Get the baseline, i.e. the expected content of workdir. Defaults to HEAD.

Return value

Returns: GgitTree
 

A GgitTree or NULL.

 The data is owned by the instance.
 The return value can be NULL.