git_revwalk_simplify_first_parent

Simplify the history by first-parent

No parents other than the first for each commit will be enqueued.

extern (C) nothrow @nogc public
int
git_revwalk_simplify_first_parent

Parameters

walk libgit2.types.git_revwalk*

The revision walker.

Return Value

Type: int

0 or an error code

Meta