git_worktree_add_options

Worktree add options structure

Initialize with GIT_WORKTREE_ADD_OPTIONS_INIT. Alternatively, you can use git_worktree_add_options_init.

extern (C) nothrow @nogc
struct git_worktree_add_options {}

Members

Variables

lock
int lock;

lock newly created worktree

ref_
libgit2_d.types.git_reference* ref_;

reference to use for the new worktree HEAD

version_
uint version_;
Undocumented in source.

Meta