Revparse flags. These indicate the intended behavior of the spec passed to git_revparse.
The spec targeted a single object.
The spec targeted a range of commits.
The spec used the '...' operator, which invokes special semantics.
See Implementation
Revparse flags. These indicate the intended behavior of the spec passed to git_revparse.