src-d/go-git
Project has been moved to: https://github.com/go-git/go-git observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 3968
- days_rel: n/a
- days_push: 1606
- n_releases_24m: 0
Adoption not part of the score
4873 stars · 528 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
go-git is a highly extensible Git implementation written in pure Go, offering both low-level (plumbing) and high-level (porcelain) APIs to manipulate Git repositories. This src-d/go-git repository is abandoned; development has moved to go-git/go-git.
Use cases
- clone git repositories from Go code without the git binary
- read and manipulate git repository objects programmatically
- implement custom git storage backends
- build git-aware tools and services in Go
- run an in-memory git repository for testing
When to choose
- you need Git functionality in a Go program without shelling out to the git CLI
- you want pluggable storage backends like in-memory filesystems
- you are building tooling that inspects or manipulates Git repositories
When to avoid
- you need full git compatibility with all features
- you want an actively maintained version - use go-git/go-git instead
- you need a complete git client or server application rather than a library
Facets
library · maturity abandoned
version-control developer-tools version-control developer-tools go cross-platform git git-client pure-go moved-to-go-git-go-git
2 sources
- readme: https://github.com/src-d/go-git · fetched 2026-08-28 · 2ae7447020c3
- homepage: https://github.com/go-git/go-git · fetched 2026-08-29 · 090bfe25c0cd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| src-d/go-git | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem