Expand description
Git operations module
Provides git-related utilities for churn analysis and other git-based commands.
Functionsยง
- git_log
- Get git log output with specified format
- git_
log_ numstat - Get git log with numstat (lines added/deleted per file)
- is_
git_ repository - Check if a path is inside a git repository
- is_
shallow_ clone - Check if repository is a shallow clone