A repository with some cool charts that tell us about the history of a git repo.
With charts like this you get an idea of how quickly code is rewritten in a repo. You can explore the GitHub pages link or the marimo notebook to learn more.
You can also run git_archaeology.py as a command-line script:
uv run git_archaeology.py --repo https://github.com/marimo-team/marimo --samples 50Arguments:
--repo(required) — Repository URL (HTTPS)--samples(optional, default: 100) — Number of commits to sample