fn git_file_last_author(repo_dir: &Path, file_path: &Path) -> Option<String>
Get the last commit author name for a specific file.
Returns None if the file has no Git history or git log fails.
None
git log