Skip to main content

git_file_last_modified

Function git_file_last_modified 

Source
pub fn git_file_last_modified(
    repo_dir: &Path,
    file_path: &str,
) -> Result<SystemTime, String>
Expand description

Get the last modified date of a file in the repo