diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 15:01:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 15:01:13 -0300 |
commit | 42a8cd3dfb19b94af276a18092ac0f1495837dd8 (patch) | |
tree | a1399b1f7f8e8136c3f39e5e1937934c1d1f27f1 | |
parent | d99368d18f31683ad73c9d5b368e6a2f5e81114f (diff) | |
download | metadot-42a8cd3dfb19b94af276a18092ac0f1495837dd8.tar.gz metadot-42a8cd3dfb19b94af276a18092ac0f1495837dd8.tar.bz2 |
Tried --recommend-shallow at git submodule update
-rwxr-xr-x | metadot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ function metadot_merge { ( cd $DOT && $GIT merge origin/master && \ $GIT submodule sync --recursive && \ - $GIT submodule update --init --recursive + $GIT submodule update --init --recursive #--recommend-shallow ) fi } |