libgit2

git_rebase_operation_entrycount

Version:

Gets the count of rebase operations that are to be applied.

Signature

size_t git_rebase_operation_entrycount(git_rebase *rebase);

Parameters

In
rebase

The in-progress rebase

Returns

size_t

The number of rebase operations in total

Versions