aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-22 15:01:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-22 15:01:13 -0300
commit42a8cd3dfb19b94af276a18092ac0f1495837dd8 (patch)
treea1399b1f7f8e8136c3f39e5e1937934c1d1f27f1
parentd99368d18f31683ad73c9d5b368e6a2f5e81114f (diff)
downloadmetadot-42a8cd3dfb19b94af276a18092ac0f1495837dd8.tar.gz
metadot-42a8cd3dfb19b94af276a18092ac0f1495837dd8.tar.bz2
Tried --recommend-shallow at git submodule update
-rwxr-xr-xmetadot2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadot b/metadot
index 868caec..16732d2 100755
--- a/metadot
+++ b/metadot
@@ -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
}