Commit 5e39fa500d14eda5010cae036a1a13e0d3e0bcf5
- Date: Sat Apr 05 08:05:10 +0000 2008
- Committer: Dustin Sallings (dustin@spy.net)
- Author: Dustin Sallings (dustin@spy.net)
- Commit SHA1: 5e39fa500d14eda5010cae036a1a13e0d3e0bcf5
- Tree SHA1: fc2fe611830e70f62f2d154f2d2dfb2c9e244d91
Added submodules for some tiny libs
Commit diff
| |   |
| 1 | [submodule "stringlib"] |
| 2 | path = stringlib |
| 3 | url = git://gitorious.org/stringlib/mainline.git |
| 4 | [submodule "mymalloc"] |
| 5 | path = mymalloc |
| 6 | url = git://gitorious.org/mymalloc/mainline.git |
| toggle raw diff |
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "stringlib"]
+ path = stringlib
+ url = git://gitorious.org/stringlib/mainline.git
+[submodule "mymalloc"]
+ path = mymalloc
+ url = git://gitorious.org/mymalloc/mainline.git |
| |   |
| 1 | Subproject commit 68cc16ef858ed0ba7828418c63c7ac36c37091cf |
| toggle raw diff |
--- /dev/null
+++ b/mymalloc
@@ -0,0 +1 @@
+Subproject commit 68cc16ef858ed0ba7828418c63c7ac36c37091cf |
| |   |
| 1 | Subproject commit c683a135107c0105b63d35f845059df3bb3fe945 |
| toggle raw diff |
--- /dev/null
+++ b/stringlib
@@ -0,0 +1 @@
+Subproject commit c683a135107c0105b63d35f845059df3bb3fe945 |