git_blame_get_hunk_byindex

Gets the blame hunk at the given index.

extern (C) nothrow @nogc
git_blame_get_hunk_byindex

Parameters

blame .git_blame*

the blame structure to query

index uint

index of the hunk to retrieve

Return Value

Type: const(.git_blame_hunk)*

the hunk at the given index, or null on error

Meta