libgit2

git_revspec_t

Version:

Revparse flags. These indicate the intended behavior of the spec passed to git_revparse.

Values

GIT_REVSPEC_SINGLE
(1 << 0)

The spec targeted a single object.

GIT_REVSPEC_RANGE
(1 << 1)

The spec targeted a range of commits.

GIT_REVSPEC_MERGE_BASE
(1 << 2)

The spec used the '...' operator, which invokes special semantics.

Versions