java.lang.Object
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
- Enclosing class:
- DirCacheCheckout
Metadata used in checkout process
- Since:
- 4.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CoreConfig.EolStreamType
git attributesfinal String
filter command to apply -
Constructor Summary
ConstructorsConstructorDescriptionCheckoutMetadata
(CoreConfig.EolStreamType eolStreamType, String smudgeFilterCommand) -
Method Summary
-
Field Details
-
eolStreamType
git attributes -
smudgeFilterCommand
filter command to apply
-
-
Constructor Details
-
CheckoutMetadata
- Parameters:
eolStreamType
- how to convert EOL characters during stream conversionsmudgeFilterCommand
- command used as smudge filter during checkout
-