From b06860e3e68939404139b314cc654f511371f909 Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Thu, 9 Jan 2020 12:45:33 -0500 Subject: [PATCH] Update .gitmodules to work with latest version of git Sometime between git version 2.19.0 and 2.22.0 git changed the way it parses repository URLs in .gitmodules, and swift-protobuf stopped updating properly after "git submodule init"ing with the slash-ending URL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d568ad76a..11895df6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/breadwallet/breadwallet-core.git [submodule "Modules/swift-protobuf"] path = Modules/swift-protobuf - url = https://github.com/breadwallet/swift-protobuf/ + url = https://github.com/breadwallet/swift-protobuf.git