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 | 2c1a68a4e42670a7ba865fe78772bcbffdc6d1aa (patch) | |
tree | 1d3f1242c75c986e7b5a8ec81708375f74155719 /.gitmodules | |
parent | d9fda65293cc99e1ede23fa3993ce25dc702c90d (diff) | |
download | boost-2c1a68a4e42670a7ba865fe78772bcbffdc6d1aa.tar.gz |
Boost.Log merged to trunk.boost-1.23.0
[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 c9ceb4e2f5..892b3957e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,7 @@ path = libs/disjoint_sets url = ../disjoint_sets.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand |