Struct git2::BlameOptions[][src]

pub struct BlameOptions { /* fields omitted */ }

Blame options

Methods

impl BlameOptions
[src]

Initialize options

Track lines that have moved within a file.

Track lines that have moved across files in the same commit.

Track lines that have been copied from another file that exists in the same commit.

Track lines that have been copied from another file that exists in any commit.

Restrict the search of commits to those reachable following only the first parents.

Setter for the id of the newest commit to consider.

Setter for the id of the oldest commit to consider.

Trait Implementations

impl Default for BlameOptions
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations