git_revspec

Git Revision Spec: output of a git_revparse operation

extern (C) nothrow @nogc public
struct git_revspec {}

Members

Variables

flags
uint flags;

The intent of the revspec (i.e. git_revspec_mode_t flags)

from
libgit2.types.git_object* from;

The left element of the revspec; must be freed by the user

to
libgit2.types.git_object* to;

The right element of the revspec; must be freed by the user

Meta