git_revwalk_push_range

Push and hide the respective endpoints of the given range.

The range should be of the form <commit>..<commit> where each <commit> is in the form accepted by 'git_revparse_single'. The left-hand commit will be hidden and the right-hand commit pushed.

extern (C) nothrow @nogc
int
git_revwalk_push_range

Parameters

walk libgit2_d.types.git_revwalk*

the walker being used for the traversal

range const(char)*

the range

Return Value

Type: int

0 or an error code

Meta