Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
NameRevCommand |
NameRevCommand.add(Iterable<ObjectId> ids)
Add multiple objects to search for.
|
NameRevCommand |
NameRevCommand.add(ObjectId id)
Add an object to search for.
|
NameRevCommand |
NameRevCommand.addAnnotatedTags()
Add all annotated tags under
refs/tags/ to the set that all
results must match. |
NameRevCommand |
NameRevCommand.addPrefix(String prefix)
Add a ref prefix to the set that results must match.
|
NameRevCommand |
NameRevCommand.addRef(Ref ref)
Add a ref to the set that all results must match.
|
NameRevCommand |
Git.nameRev()
Return a command object to find human-readable names of revisions.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.