-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 899 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "native-libs"]
path = native-libs
url = https://github.com/libgit2-racket/native-libs.git
branch = native-libs
[submodule "x86_64-linux"]
path = x86_64-linux
url = https://github.com/libgit2-racket/native-libs.git
branch = x86_64-linux
[submodule "aarch64-macosx"]
path = aarch64-macosx
url = https://github.com/libgit2-racket/native-libs.git
branch = aarch64-macosx
[submodule "x86_64-macosx"]
path = x86_64-macosx
url = https://github.com/libgit2-racket/native-libs.git
branch = x86_64-macosx
[submodule "i386-win32"]
path = i386-win32
url = https://github.com/libgit2-racket/native-libs.git
branch = i386-win32
[submodule "x86_64-win32"]
path = x86_64-win32
url = https://github.com/libgit2-racket/native-libs.git
branch = x86_64-win32
[submodule "build-scripts"]
path = build-scripts
url = https://github.com/libgit2-racket/native-libs.git
branch = build-scripts