public static interface RebaseCommand.InteractiveHandler
Modifier and Type | Method | 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 © 2018. All rights reserved.