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
See Implementation
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