Struct git2::BlameOptions [] [src]

pub struct BlameOptions { /* fields omitted */ }

Blame options

Methods

impl BlameOptions
[src]

[src]

Initialize options

[src]

Track lines that have moved within a file.

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Setter for the id of the newest commit to consider.

[src]

Setter for the id of the oldest commit to consider.

Trait Implementations

impl Default for BlameOptions
[src]

[src]

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