From 1078b9ef68c7705193f8d69b115c82d031a6147e Mon Sep 17 00:00:00 2001 From: Leandro Alonso Date: Thu, 30 Jan 2020 08:16:18 -0300 Subject: [PATCH 1/3] Update gutenberg Points to a fork --- .gitmodules | 2 +- gutenberg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 062b5e5a05..c425b73e17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gutenberg"] path = gutenberg - url = ../../WordPress/gutenberg.git + url = ../../leandroalonso/gutenberg.git [submodule "react-native-aztec"] path = react-native-aztec-old-submodule url = ../react-native-aztec.git diff --git a/gutenberg b/gutenberg index 6987e375ee..7f3476a9b3 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 6987e375ee7bc2e3ea87649105f6866072cec77b +Subproject commit 7f3476a9b3b99af089bbc27a064c992468943a05 From 29a00250d7734793005769cf3e6ed6491f0a4971 Mon Sep 17 00:00:00 2001 From: Leandro Alonso Date: Fri, 31 Jan 2020 10:40:10 -0300 Subject: [PATCH 2/3] Update gutenberg --- .gitmodules | 2 +- gutenberg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c425b73e17..eab1b37cc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gutenberg"] path = gutenberg - url = ../../leandroalonso/gutenberg.git + url = ../../wordpress-mobile/gutenberg.git [submodule "react-native-aztec"] path = react-native-aztec-old-submodule url = ../react-native-aztec.git diff --git a/gutenberg b/gutenberg index 7f3476a9b3..63d56f1a76 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 7f3476a9b3b99af089bbc27a064c992468943a05 +Subproject commit 63d56f1a7622f0fdc08b251d7072a71d24e3e734 From b33c26559e6b2cbe346228934eec2587c8b923c6 Mon Sep 17 00:00:00 2001 From: Leandro Alonso Date: Fri, 31 Jan 2020 10:42:56 -0300 Subject: [PATCH 3/3] Fix repo name --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index eab1b37cc9..062b5e5a05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gutenberg"] path = gutenberg - url = ../../wordpress-mobile/gutenberg.git + url = ../../WordPress/gutenberg.git [submodule "react-native-aztec"] path = react-native-aztec-old-submodule url = ../react-native-aztec.git