From fbb5c083a30fdb4f83dd257787da52a03e1e0222 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 May 2018 15:01:04 -0300 Subject: Tried --recommend-shallow at git submodule update --- infection | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infection b/infection index def25ca..f8795b3 100755 --- a/infection +++ b/infection @@ -50,7 +50,7 @@ function infection_init { if [ "$ACTION" == "fetch" ] && [ "$ACTION" == "merge" ]; then echo "Initializing submodules..." $GIT submodule sync --recursive - $GIT submodule update --init --recursive + $GIT submodule update --init --recursive #--recommend-shallow fi # Convert to new dotfiles layout @@ -185,7 +185,7 @@ function infection_merge { ( cd $DIRNAME && $GIT merge origin/master && \ $GIT submodule sync --recursive && \ - $GIT submodule update --init --recursive + $GIT submodule update --init --recursive #--recommend-shallow ) } -- cgit v1.2.3