瀏覽代碼

Add submodules describe and lambda2

Peter Dimov 5 年之前
父節點
當前提交
77e4a148d5
共有 3 個文件被更改,包括 12 次插入0 次删除
  1. 10 0
      .gitmodules
  2. 1 0
      libs/describe
  3. 1 0
      libs/lambda2

+ 10 - 0
.gitmodules

@@ -778,3 +778,13 @@
 	url = ../pfr.git
 	fetchRecurseSubmodules = on-demand
 	branch = .
+[submodule "describe"]
+	path = libs/describe
+	url = ../describe.git
+	fetchRecurseSubmodules = on-demand
+	branch = .
+[submodule "lambda2"]
+	path = libs/lambda2
+	url = ../lambda2.git
+	fetchRecurseSubmodules = on-demand
+	branch = .

+ 1 - 0
libs/describe

@@ -0,0 +1 @@
+Subproject commit 65066cd2d086a2bf5707fe8996bc3771076e85eb

+ 1 - 0
libs/lambda2

@@ -0,0 +1 @@
+Subproject commit 724c19b4802a914e5a6e4d3f96ef056a9498d6e3

粤ICP备19079148号