diff options
author | Beman Dawes <bdawes@acm.org> | 2001-06-15 15:27:08 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2001-06-15 15:27:08 +0000 |
commit | 3573a0dc8cc6c796aaacd9e0c11fbe2181549c27 (patch) | |
tree | 6847c98ed6f0c2553fa8c7e701ab9167feca4df4 /.gitmodules | |
parent | f8df156f49e2039b8c45c0a83285a2d3d2ad155d (diff) | |
download | boost-3573a0dc8cc6c796aaacd9e0c11fbe2181549c27.tar.gz |
Initial commit
[SVN r10338]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c4e82de4bf..cbd9340570 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,6 +94,10 @@ path = libs/pool url = ../pool.git fetchRecurseSubmodules = on-demand +[submodule "thread"] + path = libs/thread + url = ../thread.git + fetchRecurseSubmodules = on-demand [submodule "tokenizer"] path = libs/tokenizer url = ../tokenizer.git |