Skip to content

Commit c29f3f7

Browse files
committed
Configure our submodules to be shallow
Fixes pyston#75 issue 1
1 parent f0e5aea commit c29f3f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitmodules

+10
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,43 @@
11
[submodule "pyston/bolt/bolt"]
22
path = pyston/bolt/bolt
33
url = https://github.com/facebookincubator/BOLT
4+
shallow = true
45
[submodule "pyston/LuaJIT"]
56
path = pyston/LuaJIT
67
url = https://github.com/LuaJIT/LuaJIT.git
8+
shallow = true
79
[submodule "pyston/llvm"]
810
path = pyston/llvm
911
url = https://github.com/llvm/llvm-project.git
12+
shallow = true
1013
[submodule "pyston/tools/FlameGraph"]
1114
path = pyston/tools/FlameGraph
1215
url = https://github.com/brendangregg/FlameGraph
16+
shallow = true
1317
[submodule "pyston/macrobenchmarks"]
1418
path = pyston/macrobenchmarks
1519
url = https://github.com/pyston/python-macrobenchmarks
1620
[submodule "pyston/test/external/django"]
1721
path = pyston/test/external/django
1822
url = https://github.com/django/django
23+
shallow = true
1924
[submodule "pyston/test/external/urllib3"]
2025
path = pyston/test/external/urllib3
2126
url = https://github.com/urllib3/urllib3
27+
shallow = true
2228
[submodule "pyston/test/external/setuptools"]
2329
path = pyston/test/external/setuptools
2430
url = https://github.com/pypa/setuptools
31+
shallow = true
2532
[submodule "pyston/test/external/six"]
2633
path = pyston/test/external/six
2734
url = https://github.com/benjaminp/six
35+
shallow = true
2836
[submodule "pyston/test/external/requests"]
2937
path = pyston/test/external/requests
3038
url = https://github.com/psf/requests
39+
shallow = true
3140
[submodule "pyston/test/external/numpy"]
3241
path = pyston/test/external/numpy
3342
url = https://github.com/numpy/numpy
43+
shallow = true

0 commit comments

Comments
 (0)