diff options
author | Andrey Semashev <andrey.semashev@gmail.com> | 2013-04-13 12:30:25 +0000 |
---|---|---|
committer | Andrey Semashev <andrey.semashev@gmail.com> | 2013-04-13 12:30:25 +0000 |
commit | 8368d0fa4d8fb8a2a7b96d71c8572a08271a6baa (patch) | |
tree | 1e584ad3e68000eae17c6f26b2d0eb8d1fb43cb8 /.gitmodules | |
parent | 9824c84c84aa377ab58269517d136d2ede80eb6b (diff) | |
download | boost-1.21.1.tar.gz |
Boost.Log merged to trunk.boost-1.21.1
[SVN r83860]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4be8bd9008..de07a865a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -90,3 +90,7 @@ path = libs/concept_check url = ../concept_check.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand |