Skip to content

Add git filter flag only if it is supported

What does this MR do?

When importing Lfs objects, to reduce the number of blobs to process we use the flag --filter. This flag is only supported from the git version 2.16. In this MR we only apply the flag if git supports it.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports