Skip to content

Implement analysis for packfile negotiation

Patrick Steinhardt requested to merge pks-git-stats-packfile-negotiation into master

We currently do not have a unified interface for analyzing git streams, which is required if we want to peek into these streams and generate statistics about which features are used by our users. This MR creates a simple parser for the packfile negotiation phase that extracts some information about a given packfile negotiation stream.

The MR was split out from !1914 (merged).

Merge request reports