git-cache-proxy 0.1.10

Read-only caching proxy for Git: serves clones/fetches from an in-region mirror, pulling only deltas from upstream.
Documentation
1
2
3
4
5
# Enforce Conventional Commits (used by the local prek hook and the CI `committed` job).
# Conventional types are lowercase, so the capitalized-subject rule is off.
style = "conventional"
subject_capitalized = false
allowed_types = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test"]