enum
Agate::FilterFlags
Overview
Flags for filter list loading.
Defined in:
agate/filter.crEnum Members
-
AllowUnsafe =
1_u32 -
Don't error for safecrlf violations, allow them to continue.
-
NoSystemAttributes =
2_u32 -
Don't load /etc/gitattributes (or the system equivalent).
-
AttributesFromHead =
4_u32 -
Load attributes from .gitattributes in the root of HEAD.
-
None =
0_u32 -
All =
7_u32
Instance Method Summary
-
#allow_unsafe?
Returns
trueif this enum value containsAllowUnsafe -
#attributes_from_head?
Returns
trueif this enum value containsAttributesFromHead -
#no_system_attributes?
Returns
trueif this enum value containsNoSystemAttributes - #none?