enum

Git2::GitTreewalkMode

Inherits Enum < Comparable < Value < Object

Constants

GIT_TREEWALK_PRE = 0
GIT_TREEWALK_POST = 1

Instance methods

git_treewalk_post?

Returns true if this enum value equals GIT_TREEWALK_POST

Source
git_treewalk_pre?

Returns true if this enum value equals GIT_TREEWALK_PRE

Source