enum

Git2::GitSortT

Inherits Enum < Comparable < Value < Object

Constants

GIT_SORT_NONE = 0
GIT_SORT_TOPOLOGICAL = 1
GIT_SORT_TIME = 2
GIT_SORT_REVERSE = 4
None = 0
All = 7

Instance methods

git_sort_none?

Returns true if this enum value contains GIT_SORT_NONE

Source
git_sort_reverse?

Returns true if this enum value contains GIT_SORT_REVERSE

Source
git_sort_time?

Returns true if this enum value contains GIT_SORT_TIME

Source
git_sort_topological?

Returns true if this enum value contains GIT_SORT_TOPOLOGICAL

Source
none?
Source