pub(crate) fn read_file_by_commit<'a>( dwn_ctx: impl AsRef<DownloadContext<'a>>, rust_info: &GitInfo, file: &Path, commit: &str, ) -> String
Returns the content of the given file at a specific commit.