libgit2

git_revspec

Version:

Git Revision Spec: output of a git_revparse operation

Signature

typedef struct git_revspec { git_object *from git_object *to unsigned int flags };

Members

from

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

to

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

unsigned int
flags

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

Parameter To

Versions