diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 15:01:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 15:01:04 -0300 |
commit | fbb5c083a30fdb4f83dd257787da52a03e1e0222 (patch) | |
tree | 0f86062e4c340d29c97b477ec026f12ef88e74f4 /infection | |
parent | 2c731c0434583dc43e02b7c9db216e2e9e09fd7c (diff) | |
download | inception-fbb5c083a30fdb4f83dd257787da52a03e1e0222.tar.gz inception-fbb5c083a30fdb4f83dd257787da52a03e1e0222.tar.bz2 |
Tried --recommend-shallow at git submodule update
Diffstat (limited to 'infection')
-rwxr-xr-x | infection | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) } |