libgit2

git_worktree_prune_options

Version:

Worktree prune options structure

Initialize with GIT_WORKTREE_PRUNE_OPTIONS_INIT. Alternatively, you can use git_worktree_prune_options_init.

Signature

typedef struct git_worktree_prune_options { unsigned int version uint32_t flags };

Members

unsigned int
version
uint32_t
flags

Parameter To

Versions