diff options
author | Beman Dawes <bdawes@acm.org> | 2002-05-09 01:10:05 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2002-05-09 01:10:05 +0000 |
commit | 4887321c925d44bc3a3de0ef84082476c26a6bb1 (patch) | |
tree | 9312af18025ed3fb96dba0accd9645012404d802 /.gitmodules | |
parent | 6015874c6f67c923860c08c20ddf9d7fbe28fda9 (diff) | |
download | boost-4887321c925d44bc3a3de0ef84082476c26a6bb1.tar.gz |
Initial commit
[SVN r13766]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d0bffd1b4a..803f52ba2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -138,6 +138,10 @@ path = libs/lambda url = ../lambda.git fetchRecurseSubmodules = on-demand +[submodule "io"] + path = libs/io + url = ../io.git + fetchRecurseSubmodules = on-demand [submodule "mpl"] path = libs/mpl url = ../mpl.git |