From 5d2b6181bf5f776103f8c0a63d217d31f24d6fc7 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Apr 2013 12:30:25 +0000 Subject: Boost.Log merged to trunk. [SVN r83860] --- .gitmodules | 4 ++++ libs/log | 1 + 2 files changed, 5 insertions(+) create mode 160000 libs/log diff --git a/.gitmodules b/.gitmodules index c1ea18d393..385af72859 100644 --- a/.gitmodules +++ b/.gitmodules @@ -194,3 +194,7 @@ path = tools/inspect url = ../inspect.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand diff --git a/libs/log b/libs/log new file mode 160000 index 0000000000..6a032b633e --- /dev/null +++ b/libs/log @@ -0,0 +1 @@ +Subproject commit 6a032b633e0d9117ecbe82287216cc387161b3eb -- cgit v1.2.1