Skip to content

Reenable git wire protocol v2 behind feature flag

Paul Okstad (ex-GitLab) requested to merge po-reenable-git-v2-feature-flag into master

Part of gitlab#27828 (closed)

This change replaces the gatekeeping of git wire protocol v2 from a non-configurable configuration field (😶) with a feature flag.

The gitaly-ssh command was also modified to provide the feature flag when the request specifies protocol v2. Otherwise, some of the SSH service unit tests would not be able to properly enable the feature flag.

Edited by GitLab Release Tools Bot

Merge request reports