diff options
author | John Maddock <john@johnmaddock.co.uk> | 2000-09-26 11:48:28 +0000 |
---|---|---|
committer | John Maddock <john@johnmaddock.co.uk> | 2000-09-26 11:48:28 +0000 |
commit | deb4d2c4bd660adaaa81a0b791c2473700e1daa3 (patch) | |
tree | b7a0ad4808bc2f8a7c1ccd4cb36ed94046d0a86e /.gitmodules | |
parent | f3a4f40d3e11e08378ca26ed92fc58afae25d568 (diff) | |
download | boost-deb4d2c4bd660adaaa81a0b791c2473700e1daa3.tar.gz |
Initial boost-regex++ release
[SVN r7845]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9a7ad31cd4..76b3042571 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,6 +50,10 @@ path = libs/iterator url = ../iterator.git fetchRecurseSubmodules = on-demand +[submodule "regex"] + path = libs/regex + url = ../regex.git + fetchRecurseSubmodules = on-demand [submodule "graph"] path = libs/graph url = ../graph.git |