Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
Modifier and Type | Method and Description |
---|---|
private void |
StashApplyCommand.resetUntracked(RevTree tree) |
Constructor and Description |
---|
CheckoutConflictException(java.util.List<java.lang.String> conflictingPaths,
CheckoutConflictException e)
Translate internal exception to API exception
|
Modifier and Type | Method and Description |
---|---|
private void |
DirCacheCheckout.cleanUpConflicts()
This method implements how to handle conflicts when
DirCacheCheckout.failOnConflict is false |
private boolean |
DirCacheCheckout.doCheckout() |