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