mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 07:10:09 +00:00
Track the two forks as submodules instead of ignoring them
They were in .gitignore with a note saying they would become submodules once they had somewhere to live. They do now, so they are, and ignoring them would from here on only hide which commit of each one this tree is built against. The paths stay cosmic-comp/ and cosmic-session/, which is where cosmic-epoch puts them, so this repository can be merged with the upstream meta-repo rather than laid out beside it.
This commit is contained in:
+3
-3
@@ -6,6 +6,6 @@ target/
|
||||
**/*.rs.bk
|
||||
vendor/
|
||||
|
||||
# Forks; become submodules per spec repo topology
|
||||
cosmic-comp/
|
||||
cosmic-session/
|
||||
# The two forks used to be listed here, ignored until they had somewhere to
|
||||
# live. They are submodules now -- see .gitmodules -- so ignoring them would
|
||||
# only hide the commit each one is pinned to.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[submodule "cosmic-comp"]
|
||||
path = cosmic-comp
|
||||
url = [email protected]:outbackdingo/hyprcosmic-comp.git
|
||||
[submodule "cosmic-session"]
|
||||
path = cosmic-session
|
||||
url = [email protected]:outbackdingo/hyprcosmic-session.git
|
||||
Submodule
+1
Submodule cosmic-comp added at 139a1de4e8
Submodule
+1
Submodule cosmic-session added at 8ff1e72d3e
Reference in New Issue
Block a user