Skip to content

Commit 192a3b1

Browse files
committed
Tell Git which submodule branches to track
1 parent fceba1d commit 192a3b1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
[submodule "text"]
22
path = text
33
url = ../text.git
4+
branch = utf8
45
[submodule "aeson"]
56
path = aeson
67
url = ../aeson.git
8+
branch = utf8
79
[submodule "attoparsec"]
810
path = attoparsec
911
url = ../attoparsec.git
12+
branch = utf8
1013
[submodule "double-conversion"]
1114
path = double-conversion
1215
url = ../double-conversion.git
16+
branch = utf8
1317
[submodule "hashable"]
1418
path = hashable
1519
url = ../hashable.git
20+
branch = utf8
1621
[submodule "text-show"]
1722
path = text-show
1823
url = ../text-show.git
24+
branch = utf8

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Meta-repository for text-utf8
22

33
This repository uses Git submodules. Use e.g. `git clone --recursive https://github.com/text-utf8/META`.
4+
5+
Use `git submodule update --remote` to conveniently update all git submodules to their latest remote branch tips.

text

Submodule text updated from f127122 to 5897bd1

0 commit comments

Comments
 (0)