pub fn collect_git_context_at(repo_root: &Path) -> Option<GitContext>Expand description
Collect a GitContext for a specific workspace or repository path.
Returns None when repo_root is not inside a git repository.
pub fn collect_git_context_at(repo_root: &Path) -> Option<GitContext>Collect a GitContext for a specific workspace or repository path.
Returns None when repo_root is not inside a git repository.