Skip to content

Decouple partial clone config

Decouple partial clone config

Previously partial clone configs is coupled with receive_max_input_size check. This make sense when you think of partial clone as a replacement for Git LFS but in truth, the 2 features are separated and should not be decoupled.

In self-managing instances, receive_max_input_size could be set to 0 while users could still wish to have partial clone feature enabled.

References:

cc: @johncai @jramsay

Merge request reports