public static interface RebaseCommand.InteractiveHandler
Modifier and Type | Method and Description |
---|---|
String |
modifyCommitMessage(String commit)
Used for editing commit message on REWORD
|
void |
prepareSteps(List<RebaseTodoLine> steps)
Given list of
steps should be modified according to user
rebase configuration |
void prepareSteps(List<RebaseTodoLine> steps)
steps
should be modified according to user
rebase configurationsteps
- initial configuration of rebase interactiveCopyright © 2017 Eclipse JGit Project. All rights reserved.