Method

GgitCloneOptionsget_is_bare

Declaration [src]

gboolean
ggit_clone_options_get_is_bare (
  GgitCloneOptions* options
)

Description [src]

Gets if the repository will be bare.

Return value

Returns: gboolean
 

TRUE to clone a bare repository.