Struct git2::Revspec [] [src]

pub struct Revspec<'repo> { /* fields omitted */ }

A revspec represents a range of revisions within a repository.

Methods

impl<'repo> Revspec<'repo>
[src]

[src]

Assembles a new revspec from the from/to components.

[src]

Access the from range of this revspec.

[src]

Access the to range of this revspec.

[src]

Returns the intent of the revspec.