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 public
struct git_worktree_prune_options {}

Members

Variables

flags
uint flags;

A combination of git_worktree_prune_t

version_
uint version_;
Undocumented in source.

Meta