| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.junit | |
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| Modifier and Type | Method and Description |
|---|---|
private CommitBuilder |
StashCreateCommand.createBuilder() |
| Modifier and Type | Method and Description |
|---|---|
private void |
TestRepository.CommitBuilder.insertChangeId(CommitBuilder c) |
void |
TestRepository.setAuthorAndCommitter(CommitBuilder c)
Set the author and committer using
TestRepository.getDate(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
ObjectInserter.insert(CommitBuilder builder)
Insert a single commit into the store, returning its unique name.
|