pub fn get_file_git_context<P: AsRef<Path>>(
repo_path: P,
file_path: P,
) -> Option<GitContext>Expand description
Get git context (recent commits) for a specific file
pub fn get_file_git_context<P: AsRef<Path>>(
repo_path: P,
file_path: P,
) -> Option<GitContext>Get git context (recent commits) for a specific file