pub fn get_file_patch_from_repo( repo: &Repository, commit_hash: &str, file_path: &str, ) -> Result<FilePatch>
Repositoryから特定コミットの特定ファイルのパッチを取得