enum

Git2::GitFetchPruneT

Inherits Enum < Comparable < Value < Object

Constants

GIT_FETCH_PRUNE_UNSPECIFIED = 0
GIT_FETCH_PRUNE = 1
GIT_FETCH_NO_PRUNE = 2

Instance methods

git_fetch_no_prune?

Returns true if this enum value equals GIT_FETCH_NO_PRUNE

Source
git_fetch_prune?

Returns true if this enum value equals GIT_FETCH_PRUNE

Source
git_fetch_prune_unspecified?

Returns true if this enum value equals GIT_FETCH_PRUNE_UNSPECIFIED

Source