git_file_last_author

Function git_file_last_author 

Source
fn git_file_last_author(repo_dir: &Path, file_path: &Path) -> Option<String>
Expand description

Get the last commit author name for a specific file.

Returns None if the file has no Git history or git log fails.