pub async fn changed_files_since( repo_dir: &Path, since_ref: &str, ) -> Result<Vec<String>>
List files changed between a ref and HEAD.