-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.15 KB
/
Copy path.gitmodules
File metadata and controls
36 lines (36 loc) · 1.15 KB
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
29
30
31
32
33
34
35
36
# `branch` is the upstream default for each submodule, so `git submodule update
# --remote` tracks a known branch instead of silently advancing HEAD. Submodules
# are still pinned to a specific commit in this repo's tree; do not run --remote
# casually (see BUILDING.md).
[submodule "lib/cmake_helpers"]
path = lib/cmake_helpers
url = https://github.com/desktop-app/cmake_helpers.git
branch = master
[submodule "lib/lib_ui"]
path = lib/lib_ui
url = https://github.com/desktop-app/lib_ui.git
branch = master
[submodule "lib/lib_rpl"]
path = lib/lib_rpl
url = https://github.com/desktop-app/lib_rpl.git
branch = master
[submodule "lib/lib_base"]
path = lib/lib_base
url = https://github.com/desktop-app/lib_base.git
branch = master
[submodule "lib/lib_crl"]
path = lib/lib_crl
url = https://github.com/desktop-app/lib_crl.git
branch = master
[submodule "lib/codegen"]
path = lib/codegen
url = https://github.com/desktop-app/codegen.git
branch = master
[submodule "lib/GSL"]
path = lib/GSL
url = https://github.com/Microsoft/GSL.git
branch = main
[submodule "lib/expected"]
path = lib/expected
url = https://github.com/TartanLlama/expected.git
branch = master