pub fn get_file_history_from_repo(
repo: &Repository,
path: &str,
) -> Result<Vec<FileHistoryEntry>>Expand description
Repositoryから特定ファイルの変更履歴を取得
pub fn get_file_history_from_repo(
repo: &Repository,
path: &str,
) -> Result<Vec<FileHistoryEntry>>Repositoryから特定ファイルの変更履歴を取得