git_worktree_prune_options

Worktree prune options structure

Initialize with GIT_WORKTREE_PRUNE_OPTIONS_INIT. Alternatively, you can use git_worktree_prune_options_init.

extern (C) nothrow @nogc
struct git_worktree_prune_options {}

Members

Variables

flags
uint flags;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta