diff options
author | Peter Dimov <pdimov@pdimov.com> | 2001-08-23 18:47:44 +0000 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2001-08-23 18:47:44 +0000 |
commit | 597ea3680643a851331469de52ba4b6fa2068a3b (patch) | |
tree | d21464af4c22fe0ebf5edf553b4c6dc8f025000c /.gitmodules | |
parent | b778aeb7e38132bcf2cab512641e9bf85cbf7cf7 (diff) | |
download | boost-597ea3680643a851331469de52ba4b6fa2068a3b.tar.gz |
initial commit
[SVN r10915]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4c0a68a186..38bc4efce6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -126,3 +126,7 @@ path = libs/compatibility url = ../compatibility.git fetchRecurseSubmodules = on-demand +[submodule "bind"] + path = libs/bind + url = ../bind.git + fetchRecurseSubmodules = on-demand |