get_operation_index
Description:
Gets the index of the rebase operation that is currently being applied.
If the first operation has not yet been applied (because you have called
rebase_init but not yet
next) then this returns GGIT_REBASE_NO_OPERATION.
Parameters:
| this |
a Rebase. |
Returns:
|
The index of the rebase operation currently being applied. |