git_blame_get_hunk_byline

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

@param blame the blame structure to query @param lineno the (1-based) line number to find a hunk for @return the hunk that contains the given line, or null on error

extern (C) nothrow @nogc
git_blame_get_hunk_byline

Meta