From 30b6b5c9038d11ba125c0333eb38021a10490e3e Mon Sep 17 00:00:00 2001 From: malavan Date: Thu, 19 Aug 2021 17:42:52 +0000 Subject: [PATCH] add branch for git submodule Former-commit-id: b4471308f1cf99b0a5a4c8c8da8ccf9546123e3f --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 4c6d6c2fc..26782f10f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "deps/rocksdb"] path = deps/rocksdb url = https://gitlab.eqalpha.com/submodules/rocksdb.git + branch = keydb_v6 [submodule "deps/depot_tools"] path = deps/depot_tools url = https://chromium.googlesource.com/chromium/tools/depot_tools.git