git_rebase_operation_byindex

Gets the rebase operation specified by the given index.

extern (C) nothrow @nogc
git_rebase_operation_byindex

Parameters

rebase libgit2_d.types.git_rebase*

The in-progress rebase

idx size_t

The index of the rebase operation to retrieve

Return Value

The rebase operation or null if idx was out of bounds

Meta