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<RebaseCommand.Step> steps)
Given list of
steps should be modified according to user
rebase configuration |
void prepareSteps(List<RebaseCommand.Step> steps)
steps
should be modified according to user
rebase configurationsteps
- initial configuration of rebase interactiveCopyright © 2013. All rights reserved.