git_file_last_commit_time

Function git_file_last_commit_time 

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

Get the last commit timestamp (Unix epoch) for a specific file.

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