Module git_ref::file::log::iter[][src]

Expand description

Modules

Structs

An iterator yielding parsed lines in a file from start to end, oldest to newest.

An iterator yielding parsed lines in a file in reverse, most recent to oldest.

Functions

Returns a forward iterator over the given lines, starting from the first line in the file and ending at the last.

An iterator over entries of the log file in reverse, using buf as sliding window.