Package | Description |
---|---|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
Modifier and Type | Field and Description |
---|---|
protected WorkingTreeOptions |
ResolveMerger.workingTreeOptions
The
WorkingTreeOptions are needed to determine line endings for
merged files. |
Modifier and Type | Field and Description |
---|---|
(package private) WorkingTreeOptions |
WorkingTreeIterator.IteratorState.options
Options used to process the working tree.
|
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<WorkingTreeOptions> |
WorkingTreeOptions.KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Method and Description |
---|---|
WorkingTreeOptions |
WorkingTreeIterator.getOptions()
Returns the working tree options used by this iterator.
|
Constructor and Description |
---|
FileTreeIterator(java.io.File root,
FS fs,
WorkingTreeOptions options)
Create a new iterator to traverse the given directory and its children.
|
FileTreeIterator(java.io.File root,
FS fs,
WorkingTreeOptions options,
FileTreeIterator.FileModeStrategy fileModeStrategy)
Create a new iterator to traverse the given directory and its children.
|
IteratorState(WorkingTreeOptions options) |
WorkingTreeIterator(java.lang.String prefix,
WorkingTreeOptions options)
Create a new iterator with no parent and a prefix.
|
WorkingTreeIterator(WorkingTreeOptions options)
Create a new iterator with no parent.
|
Modifier and Type | Method and Description |
---|---|
private static CoreConfig.EolStreamType |
EolStreamTypeUtil.checkInStreamType(WorkingTreeOptions options,
Attributes attrs) |
private static CoreConfig.EolStreamType |
EolStreamTypeUtil.checkOutStreamType(WorkingTreeOptions options,
Attributes attrs) |
static CoreConfig.EolStreamType |
EolStreamTypeUtil.detectStreamType(TreeWalk.OperationType op,
WorkingTreeOptions options,
Attributes attrs)
Convenience method used to detect if CRLF conversion has been configured
using the
global repo options
global attributes
info attributes
working tree .gitattributes
|
private static CoreConfig.EolStreamType |
EolStreamTypeUtil.getOutputFormat(WorkingTreeOptions options) |