Struct git2::ReflogEntry[][src]

pub struct ReflogEntry<'reflog> { /* fields omitted */ }

An entry inside the reflog of a repository

Methods

impl<'reflog> ReflogEntry<'reflog>
[src]

Get the committer of this entry

Get the new oid

Get the old oid

Get the log message, returning None on invalid UTF-8.

Get the log message as a byte array.

Auto Trait Implementations

impl<'reflog> !Send for ReflogEntry<'reflog>

impl<'reflog> !Sync for ReflogEntry<'reflog>