git_revspec

Git Revision Spec: output of a git_revparse operation

Members

Variables

flags
uint flags;

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

from
libgit2_d.types.git_object* from;

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

to
libgit2_d.types.git_object* to;

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

Meta