microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
761 stars 92 forks source link

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

Closed dscho closed 2 months ago

dscho commented 2 months 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/).