]> gitweb.fluxo.info Git - metadot.git/commitdiff
Tried --recommend-shallow at git submodule update
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 18:01:13 +0000 (15:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 18:01:13 +0000 (15:01 -0300)
metadot

diff --git a/metadot b/metadot
index 868caec5ed57904aa9331155ed30e97b9513fdd2..16732d2cb7b407a8852e01e1956c75e554af89d0 100755 (executable)
--- 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
 }