enum

Git2::GitDiffStatsFormatT

Inherits Enum < Comparable < Value < Object

Constants

GIT_DIFF_STATS_NONE = 0_u32
GIT_DIFF_STATS_FULL = 1_u32
GIT_DIFF_STATS_SHORT = 2_u32
GIT_DIFF_STATS_NUMBER = 4_u32
GIT_DIFF_STATS_INCLUDE_SUMMARY = 8_u32
None = 0_u32
All = 15_u32

Instance methods

git_diff_stats_full?

Returns true if this enum value contains GIT_DIFF_STATS_FULL

Source
git_diff_stats_include_summary?

Returns true if this enum value contains GIT_DIFF_STATS_INCLUDE_SUMMARY

Source
git_diff_stats_none?

Returns true if this enum value contains GIT_DIFF_STATS_NONE

Source
git_diff_stats_number?

Returns true if this enum value contains GIT_DIFF_STATS_NUMBER

Source
git_diff_stats_short?

Returns true if this enum value contains GIT_DIFF_STATS_SHORT

Source
none?
Source