From bb31bd64e0a4bdbc57f65c09419add726b795a90 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 29 Nov 2014 11:12:06 +0800 Subject: [PATCH] Revert "Add --recurse-submodules=yes." This reverts commit ab7bcbff865faa7b10793a9016a71e4c2e95c1f2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f273a7..ab9b794 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: ./install.sh pull: - ${GIT} pull -v --recurse-submodules=yes origin master + ${GIT} pull -v origin master ${GIT} submodule update --init push: pull