From 4335c07ca7e64624819b22644d7591853826bd75 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 8 Dec 2017 13:02:06 -0500 Subject: Add hadrian as a submodule It will remain a submodule until we are ready to merge Hadrian into the tree. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index f5ec0ef554..2125a92ce3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -129,3 +129,6 @@ [submodule ".arc-linters/arcanist-external-json-linter"] path = .arc-linters/arcanist-external-json-linter url = ../arcanist-external-json-linter.git +[submodule "hadrian"] + path = hadrian + url = ../hadrian.git -- cgit v1.2.1