sort repositories

This commit is contained in:
Denis Lehmann 2023-09-17 00:00:14 +02:00
parent 2ce180f562
commit fc2adef096

2
gis
View file

@ -50,7 +50,7 @@ fi
# Find Git repositories
for path in "${paths[@]}"; do
git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \;) "
git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \; | sort) "
done
# Fetch Git repositories via background processes