|
@@ -6,6 +6,7 @@ if [ "$(git rev-parse --show-prefix)" != "" ]; then
|
|
|
exit
|
|
exit
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+shopt -s globstar
|
|
|
for file in **/.gitsubtree; do
|
|
for file in **/.gitsubtree; do
|
|
|
subtree="$(dirname "${file}")"
|
|
subtree="$(dirname "${file}")"
|
|
|
echo -e "\n\nUpdating ${subtree}..."
|
|
echo -e "\n\nUpdating ${subtree}..."
|