fn git_file_last_commit_time(repo_dir: &Path, file_path: &Path) -> Option<i64>
Get the last commit timestamp (Unix epoch) for a specific file.
Returns None if the file has no Git history or git log fails.
None
git log