github/git-sizer
Compute various size metrics for a Git repository, flagging those that might cause problems observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 62
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3139
- days_rel: n/a
- days_push: 229
- n_releases_24m: 0
Adoption not part of the score
4071 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
git-sizer is a Go CLI tool that computes size metrics for a local Git repository and flags issues like oversized blobs, too many references, or excessive object counts. It helps maintainers keep repositories healthy and fast to clone and repack.
Use cases
- analyze git repository size before it becomes unwieldy
- find large blobs slowing down clones
- detect too many branches and tags in a repo
- audit repository health for performance problems
- decide whether to move large files to Git LFS
- check repo size limits before open-sourcing
When to choose
- your repository is slow to clone, fetch, or repack
- you want to diagnose why a Git repo is too large
- you're preparing a repo migration or cleanup and need metrics
When to avoid
- you need to shrink or rewrite history - use git-filter-repo or BFG instead
- you want continuous repository analytics dashboards rather than a one-off CLI check
Facets
cli-tool · maturity active
developer-tools version-control analytics cli developer-tools version-control windows cli go git repository-analysis repository-health code-metrics command-line linux macos
1 source
- readme: https://github.com/github/git-sizer · fetched 2026-08-28 · d23524b9add0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| github/git-sizer | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="github/git-sizer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem