enum

Git2::GitRebaseOperationT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REBASE_OPERATION_PICK = 0
GIT_REBASE_OPERATION_REWORD = 1
GIT_REBASE_OPERATION_EDIT = 2
GIT_REBASE_OPERATION_SQUASH = 3
GIT_REBASE_OPERATION_FIXUP = 4
GIT_REBASE_OPERATION_EXEC = 5

Instance methods

git_rebase_operation_edit?

Returns true if this enum value equals GIT_REBASE_OPERATION_EDIT

Source
git_rebase_operation_exec?

Returns true if this enum value equals GIT_REBASE_OPERATION_EXEC

Source
git_rebase_operation_fixup?

Returns true if this enum value equals GIT_REBASE_OPERATION_FIXUP

Source
git_rebase_operation_pick?

Returns true if this enum value equals GIT_REBASE_OPERATION_PICK

Source
git_rebase_operation_reword?

Returns true if this enum value equals GIT_REBASE_OPERATION_REWORD

Source
git_rebase_operation_squash?

Returns true if this enum value equals GIT_REBASE_OPERATION_SQUASH

Source