Class | Description |
---|---|
CleanFilter |
Built-in LFS clean filter
When new content is about to be added to the git repository and this filter
is configured for that content, then this filter will replace the original
content with content of a so-called LFS pointer file.
|
Lfs |
Class which represents the lfs folder hierarchy inside a
.git folder |
LfsPointer |
Represents an LFS pointer file
|
SmudgeFilter |
Built-in LFS smudge filter
When content is read from git's object-database and written to the filesystem
and this filter is configured for that content, then this filter will replace
the content of LFS pointer files with the original content.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.