From 7f8de0b03cd602f67234384d534b9059b62ce1f9 Mon Sep 17 00:00:00 2001 From: John Zhao Date: Thu, 8 Mar 2018 22:12:58 +0800 Subject: [PATCH] Add submodules --- .gitmodules | 10 ++++++++++ tests/gtest | 1 + third_party/glog | 1 + tools/linter | 1 + 4 files changed, 13 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/gtest create mode 160000 third_party/glog create mode 160000 tools/linter diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..edd1f4f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "tests/gtest"] + path = tests/gtest + url = https://github.com/google/googletest.git +[submodule "third_party/glog"] + path = third_party/glog + url = https://github.com/google/glog.git +[submodule "tools/linter"] + path = tools/linter + url = https://github.com/slightech/linter.git + branch = slightech diff --git a/tests/gtest b/tests/gtest new file mode 160000 index 0000000..9bda90b --- /dev/null +++ b/tests/gtest @@ -0,0 +1 @@ +Subproject commit 9bda90b7e5e08c4c37a832d0cea218aed6af6470 diff --git a/third_party/glog b/third_party/glog new file mode 160000 index 0000000..a97d6b0 --- /dev/null +++ b/third_party/glog @@ -0,0 +1 @@ +Subproject commit a97d6b0e1ce34e4e1956c63de8ddd325ff164512 diff --git a/tools/linter b/tools/linter new file mode 160000 index 0000000..919cccd --- /dev/null +++ b/tools/linter @@ -0,0 +1 @@ +Subproject commit 919cccda12cd66786164db0032e62786e22ba3bb