Struct git2::ReflogEntry [] [src]

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

An entry inside the reflog of a repository

Methods

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

[src]

Get the committer of this entry

[src]

Get the new oid

[src]

Get the old oid

[src]

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

[src]

Get the log message as a byte array.