git_revwalk_push_ref

Push the OID pointed to by a reference

The reference must point to a committish.

extern (C) nothrow @nogc
int
git_revwalk_push_ref

Parameters

walk libgit2_d.types.git_revwalk*

the walker being used for the traversal

refname const(char)*

the reference to push

Return Value

Type: int

0 or an error code

Meta