Ggit.RebaseOperation¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Ggit.RebaseOperation¶
 Represents a rebase operation.
- get_exec()¶
 - 
Gets the executable the user has requested be run. This will only be populated for operations of type
Ggit.RebaseOperationType.EXEC. 
- get_id()¶
 - 
Gets the commit ID being cherry-picked. This will be populated for all operations except those of type
Ggit.RebaseOperationType.EXEC. 
- get_operation_type()¶
 - Returns:
 - Return type:
 
Gets the type of rebase operation.
- ref()¶
 - Returns:
 a newly allocated
Ggit.RebaseOperationorNone.- Return type:
 
Atomically increments the reference count of self by one. This function is MT-safe and may be called from any thread.
- unref()¶
 Atomically decrements the reference count of self by one. If the reference count drops to 0, self is freed.