Method
GgitRebaseOperationget_id
Declaration [src]
GgitOId*
ggit_rebase_operation_get_id (
GgitRebaseOperation* rebase_operation
)
Description [src]
Gets the commit ID being cherry-picked. This will be populated for
all operations except those of type GGIT_REBASE_OPERATION_EXEC
.
Return value
Returns: | GgitOId |
The commit ID being cherry-picked or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |