RebaseOperationType is the type of rebase operation
| 16 | |
| 17 | // RebaseOperationType is the type of rebase operation |
| 18 | type RebaseOperationType uint |
| 19 | |
| 20 | const ( |
| 21 | // RebaseOperationPick The given commit is to be cherry-picked. The client should commit the changes and continue if there are no conflicts. |
no outgoing calls
no test coverage detected