Skip to content

Fix CLONE_DEPTH=0

Zfilipin requested to merge zfilipin/mediawiki-quickstart:T376791 into main

git clone --depth=0 fails with fatal: depth 0 is not a positive number. For CLONE_DEPTH=0, skip --depth argument.

Bug: T376791

Closes T376791

Merge request reports