Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
org.eclipse.jgit.ignore |
Ignore rule parser/matcher (for .gitignore entries).
|
org.eclipse.jgit.ignore.internal | |
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Class and Description |
---|
IMatcher
Generic path matcher.
|
Class and Description |
---|
FastIgnoreRule
"Fast" (compared with IgnoreRule) git ignore rule implementation supporting
also double star
** pattern. |
IgnoreNode.MatchResult
Result from
IgnoreNode.isIgnored(String, boolean) . |
IMatcher
Generic path matcher.
|
Class and Description |
---|
IMatcher
Generic path matcher.
|
Class and Description |
---|
IgnoreNode
Represents a bundle of ignore rules inherited from a base directory.
|