Function read_file_by_commit

Source
pub(crate) fn read_file_by_commit<'a>(
    dwn_ctx: impl AsRef<DownloadContext<'a>>,
    rust_info: &GitInfo,
    file: &Path,
    commit: &str,
) -> String
Expand description

Returns the content of the given file at a specific commit.