git-for-windows / git

A fork of Git containing Windows-specific patches.
http://gitforwindows.org/
Other
8.19k stars 2.49k forks source link

Add the experimental `git survey` command to analyze (large) local repositories #5033

Closed dscho closed 1 week ago

dscho commented 1 week ago

This command is inspired by git sizer, having the advantage of being much closer to the internals of Git.

The intention is to provide a built-in command that can be used to analyze large repositories for performance and scaling problems, for growth over time, and to correlate with other measurements (in particular with Trace2 data collected e.g. via https://github.com/git-ecosystem/trace2receiver/).

dscho commented 1 week ago

Oops, wrong repository.