@param out_ pointer that will receive the blame object
@param repo repository whose history is to be walked
@param path path to file to consider
@param options options for the blame operation. If null, this is treated as
though GIT_BLAME_OPTIONS_INIT were passed.
@return 0 on success, or an error code. (use git_error_last for information
about the error.)
Get the blame for a single file.
@param out_ pointer that will receive the blame object @param repo repository whose history is to be walked @param path path to file to consider @param options options for the blame operation. If null, this is treated as though GIT_BLAME_OPTIONS_INIT were passed. @return 0 on success, or an error code. (use git_error_last for information about the error.)