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 | d3d92056bfc08d9f5e403fc920e2443772369df9 (patch) | |
tree | 72ae5f4d042a40261f358b289d7d9f40fd3d286d /.gitmodules | |
parent | 751bb77bd3627fcf83001e24ccc4ea781ca872ed (diff) | |
download | boost-d3d92056bfc08d9f5e403fc920e2443772369df9.tar.gz |
Boost.Log merged to trunk.boost-1.21.2
[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 10020b779c..20ef4258eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,3 +94,7 @@ path = libs/conversion url = ../conversion.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand |