GIT_REBASE_NO_OPERATION

Indicates that a rebase operation is not (yet) in progress.

extern (C) nothrow @nogc
enum GIT_REBASE_NO_OPERATION = size_t.max;

Meta