more fetch depth

This commit is contained in:
Adeeb Shihadeh 2024-06-17 09:43:36 -07:00
parent a99816a08b
commit ab96d12f2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
while read hash submodule ref; do
git -C $submodule fetch --depth 2000 origin master
git -C $submodule fetch --depth 3000 origin master
git -C $submodule branch -r --contains $hash | grep "origin/master"
if [ "$?" -eq 0 ]; then
echo "$submodule ok"