git_blame_get_hunk_byline

Gets the hunk that relates to the given line number in the newest commit.

extern (C) nothrow @nogc
git_blame_get_hunk_byline

Parameters

blame .git_blame*

the blame structure to query

lineno size_t

the (1-based) line number to find a hunk for

Return Value

Type: const(.git_blame_hunk)*

the hunk that contains the given line, or null on error

Meta