libgit2

git_fetch_prune_t

Version:

Acceptable prune settings when fetching

Values

GIT_FETCH_PRUNE_UNSPECIFIED
0

Use the setting from the configuration

GIT_FETCH_PRUNE
1

Force pruning on

GIT_FETCH_NO_PRUNE
2

Force pruning off

Versions