Contents
blame(path, [flags, min_match_characters, newest_commit, oldest_commit, min_line, max_line]) -> blame
Get the blame for a single file.
Arguments:
Examples:
repo.blame('foo.c', flags=GIT_BLAME_TRACK_COPIES_SAME_FILE)
Returns the blame hunk data for the given “line_no” in blame.
Arguments:
Attributes:
Number of lines.
Last changed oid.
final start line no.
oid where hunk was found.
Origin path.
Origin start line no.
Tracked to a boundary commit.
Getters:
Final committer.
Origin committer.