Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Class | Description |
---|---|---|
class |
DirCacheBuildIterator |
Iterate and update a
DirCache as part of a TreeWalk . |
Modifier and Type | Method | Description |
---|---|---|
FileMode |
WorkingTreeIterator.getIndexFileMode(DirCacheIterator indexIter) |
Get the file mode to use for the current entry when it is to be updated
in the index.
|
Copyright © 2018. All rights reserved.