git_remote_create_options

Remote creation options structure

Initialize with GIT_REMOTE_CREATE_OPTIONS_INIT. Alternatively, you can use git_remote_create_options_init.

Members

Variables

fetchspec
const(char)* fetchspec;

The fetchspec the remote should use.

flags
uint flags;

Additional flags for the remote. See git_remote_create_flags.

name
const(char)* name;

The remote's name. Setting this to NULL results in an in-memory/anonymous remote.

repository
libgit2_d.types.git_repository* repository;

The repository that should own the remote. Setting this to NULL results in a detached remote.

version_
uint version_;
Undocumented in source.

Meta