enum
Agate::DescribeStrategy
Overview
Strategy for which references to consider when describing.
Defined in:
agate/describe.crEnum Members
-
Default =
0_u32 -
Only consider annotated tags (default).
-
Tags =
1_u32 -
Consider all tags (annotated and lightweight).
-
All =
2_u32 -
Consider all refs under refs/.
Instance Method Summary
-
#all?
Returns
trueif this enum value equalsAll -
#default?
Returns
trueif this enum value equalsDefault -
#tags?
Returns
trueif this enum value equalsTags