enum

Git2::GitApplyLocationT

Inherits Enum < Comparable < Value < Object

Constants

GIT_APPLY_LOCATION_WORKDIR = 0
GIT_APPLY_LOCATION_INDEX = 1
GIT_APPLY_LOCATION_BOTH = 2

Instance methods

git_apply_location_both?

Returns true if this enum value equals GIT_APPLY_LOCATION_BOTH

Source
git_apply_location_index?

Returns true if this enum value equals GIT_APPLY_LOCATION_INDEX

Source
git_apply_location_workdir?

Returns true if this enum value equals GIT_APPLY_LOCATION_WORKDIR

Source