Skip to content

Commit bd4f4f8

Browse files
authored
[git] Re-format .gitmodules (#8978)
Context: 059c2c0 Commits a7b5768 and 6d2a4bb added submodules and updated `.gitmodules` in a manner *not* in accordance with 059c2c0: * They used tabs instead of spaces, which means @MSylvia's branch tooling will cause larger commit diffs for this file * The entries weren't sorted. * Branch names weren't specified. Reformat the entries within `.gitmodules`, sorting the names, replacing tabs with spaces, and ensuring that all submodules have a branch name specified.
1 parent efdbc7a commit bd4f4f8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.gitmodules

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
path = external/android-api-docs
33
url = https://github.com/xamarin/android-api-docs
44
branch = main
5+
[submodule "external/constexpr-xxh3"]
6+
path = external/constexpr-xxh3
7+
url = https://github.com/chys87/constexpr-xxh3.git
8+
branch = main
59
[submodule "external/debugger-libs"]
610
path = external/debugger-libs
711
url = https://github.com/mono/debugger-libs
@@ -10,6 +14,10 @@
1014
path = external/Java.Interop
1115
url = https://github.com/xamarin/java.interop.git
1216
branch = main
17+
[submodule "external/libunwind"]
18+
path = external/libunwind
19+
url = https://github.com/libunwind/libunwind.git
20+
branch = v1.8-stable
1321
[submodule "external/lz4"]
1422
path = external/lz4
1523
url = https://github.com/xamarin/lz4
@@ -23,12 +31,6 @@
2331
url = https://github.com/xamarin/xamarin-android-tools
2432
branch = main
2533
[submodule "external/xxHash"]
26-
path = external/xxHash
27-
url = https://github.com/Cyan4973/xxHash.git
28-
[submodule "external/constexpr-xxh3"]
29-
path = external/constexpr-xxh3
30-
url = https://github.com/chys87/constexpr-xxh3.git
31-
[submodule "external/libunwind"]
32-
path = external/libunwind
33-
url = https://github.com/libunwind/libunwind.git
34-
branch = master
34+
path = external/xxHash
35+
url = https://github.com/Cyan4973/xxHash.git
36+
branch = release

0 commit comments

Comments
 (0)