aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}