Enumeration
GgitRebaseOperationType
since: 1.0
Members
GGIT_REBASE_OPERATION_PICK-
The given commit is to be cherry-picked. The client should commit the changes and continue if there are no conflicts.
- Value:
0 - Nickname:
pick - Available since: 1.0
- Value:
GGIT_REBASE_OPERATION_REWORD-
The given commit is to be cherry-picked, but the client should prompt the user to provide an updated commit message.
- Value:
1 - Nickname:
reword - Available since: 1.0
- Value:
GGIT_REBASE_OPERATION_EDIT-
The given commit is to be cherry-picked, but the client should stop to allow the user to edit the changes before committing them.
- Value:
2 - Nickname:
edit - Available since: 1.0
- Value:
GGIT_REBASE_OPERATION_SQUASH-
The given commit is to be squashed into the previous commit. The commit message will be merged with the previous message.
- Value:
3 - Nickname:
squash - Available since: 1.0
- Value:
GGIT_REBASE_OPERATION_FIXUP-
The given commit is to be squashed into the previous commit. The commit message from this commit will be discarded.
- Value:
4 - Nickname:
fixup - Available since: 1.0
- Value:
GGIT_REBASE_OPERATION_EXEC-
No commit will be cherry-picked. The client should run the given command and (if successful) continue.
- Value:
5 - Nickname:
exec - Available since: 1.0
- Value: