Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RebaseCommand |
RebaseCommand.runInteractively(RebaseCommand.InteractiveHandler handler)
Enable interactive rebase
Does not stop after initialization of interactive rebase.
|
RebaseCommand |
RebaseCommand.runInteractively(RebaseCommand.InteractiveHandler handler,
boolean stopAfterRebaseInteractiveInitialization)
Enable interactive rebase
If stopAfterRebaseInteractiveInitialization is
true the rebase
stops after initialization of interactive rebase returning
RebaseResult.INTERACTIVE_PREPARED_RESULT
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.