Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
private void |
RebaseCommand.writeRewrittenHashes() |
Modifier and Type | Method and Description |
---|---|
ObjectId |
Repository.resolve(java.lang.String revstr)
Parse a git revision string and return an object id.
|