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]

Assembles a new revspec from the from/to components.

Access the from range of this revspec.

Access the to range of this revspec.

Returns the intent of the revspec.

Auto Trait Implementations

impl<'repo> !Send for Revspec<'repo>

impl<'repo> !Sync for Revspec<'repo>