|
1 | 1 | [submodule "pyston/bolt/bolt"]
|
2 | 2 | path = pyston/bolt/bolt
|
3 | 3 | url = https://github.com/facebookincubator/BOLT
|
| 4 | + shallow = true |
4 | 5 | [submodule "pyston/LuaJIT"]
|
5 | 6 | path = pyston/LuaJIT
|
6 | 7 | url = https://github.com/LuaJIT/LuaJIT.git
|
| 8 | + shallow = true |
7 | 9 | [submodule "pyston/llvm"]
|
8 | 10 | path = pyston/llvm
|
9 | 11 | url = https://github.com/llvm/llvm-project.git
|
| 12 | + shallow = true |
10 | 13 | [submodule "pyston/tools/FlameGraph"]
|
11 | 14 | path = pyston/tools/FlameGraph
|
12 | 15 | url = https://github.com/brendangregg/FlameGraph
|
| 16 | + shallow = true |
13 | 17 | [submodule "pyston/macrobenchmarks"]
|
14 | 18 | path = pyston/macrobenchmarks
|
15 | 19 | url = https://github.com/pyston/python-macrobenchmarks
|
16 | 20 | [submodule "pyston/test/external/django"]
|
17 | 21 | path = pyston/test/external/django
|
18 | 22 | url = https://github.com/django/django
|
| 23 | + shallow = true |
19 | 24 | [submodule "pyston/test/external/urllib3"]
|
20 | 25 | path = pyston/test/external/urllib3
|
21 | 26 | url = https://github.com/urllib3/urllib3
|
| 27 | + shallow = true |
22 | 28 | [submodule "pyston/test/external/setuptools"]
|
23 | 29 | path = pyston/test/external/setuptools
|
24 | 30 | url = https://github.com/pypa/setuptools
|
| 31 | + shallow = true |
25 | 32 | [submodule "pyston/test/external/six"]
|
26 | 33 | path = pyston/test/external/six
|
27 | 34 | url = https://github.com/benjaminp/six
|
| 35 | + shallow = true |
28 | 36 | [submodule "pyston/test/external/requests"]
|
29 | 37 | path = pyston/test/external/requests
|
30 | 38 | url = https://github.com/psf/requests
|
| 39 | + shallow = true |
31 | 40 | [submodule "pyston/test/external/numpy"]
|
32 | 41 | path = pyston/test/external/numpy
|
33 | 42 | url = https://github.com/numpy/numpy
|
| 43 | + shallow = true |
0 commit comments