diff options
author | Artyom Beilis <artyomtnk@yahoo.com> | 2011-08-22 10:39:12 +0000 |
---|---|---|
committer | Artyom Beilis <artyomtnk@yahoo.com> | 2011-08-22 10:39:12 +0000 |
commit | e55ac23d7bf35d5af4625cfce5a1f3c9d4e1a437 (patch) | |
tree | 5f47db7c1f8920dfd8b198475fb225be82169949 /.gitmodules | |
parent | f59b6aa52e2cc4f0f08ad45bd75d45cac91f4dc9 (diff) | |
download | boost-e55ac23d7bf35d5af4625cfce5a1f3c9d4e1a437.tar.gz |
Merged Boost.Locale to release branch
[SVN r74002]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1cdbb45ad0..bfa4bdf6bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -394,3 +394,7 @@ path = libs/move url = ../move.git fetchRecurseSubmodules = on-demand +[submodule "locale"] + path = libs/locale + url = ../locale.git + fetchRecurseSubmodules = on-demand |