Files
git/builtin
Derrick Stolee ded35b890a survey: add report of "largest" paths
Since we are already walking our reachable objects using the path-walk API,
let's now collect lists of the paths that contribute most to different
metrics. Specifically, we care about

 * Number of versions.
 * Total size on disk.
 * Total inflated size (no delta or zlib compression).

This information can be critical to discovering which parts of the
repository are causing the most growth, especially on-disk size. Different
packing strategies might help compress data more efficiently, but the toal
inflated size is a representation of the raw size of all snapshots of those
paths. Even when stored efficiently on disk, that size represents how much
information must be processed to complete a command such as 'git blame'.

Since the on-disk size is likely to be fragile, stop testing the exact
output of 'git survey' and check that the correct set of headers is
output.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
2024-12-17 00:44:39 +01:00
..
2024-09-23 10:35:09 -07:00
2024-12-17 00:44:39 +01:00
2024-12-13 07:33:36 -08:00
2024-11-21 08:23:46 +09:00
2024-12-13 07:33:44 -08:00
2024-09-23 10:35:09 -07:00
2024-09-24 10:54:39 -07:00
2024-09-24 10:54:39 -07:00
2024-12-17 00:43:40 +01:00
2024-12-17 00:44:39 +01:00
2024-12-15 17:54:26 -08:00