get_file_at_commit

Function get_file_at_commit 

Source
pub fn get_file_at_commit(
    repo_path: &Path,
    commit: &str,
    file: &Path,
) -> Result<String, GitError>
Expand description

Get the content of a file at a specific commit