summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarinus Schraal <mschraal@gnome.org>2019-07-15 23:41:26 +0200
committerMarinus Schraal <mschraal@gnome.org>2019-07-16 01:05:47 +0200
commite626a26ad0912e2b322a09638ef1fa95bceb117d (patch)
treeb1c84321949d22480cdefcfc60758291d086f4b2 /.gitmodules
parent2cebe931bfccb6ca07a20842ca6a78596aec3658 (diff)
Complete rewrite of the core of Music
Use persistent list models throughout Music to hold the state of a users music collected through Grilo and Tracker. The extent of the rework did not allow for a gradual approach, so this commit marks a hard break from the old approach. It is not yet on-par with the old codebase. This rework is partially based on the work of Jean Felder <jfelder@src.gnome.org>. Related: #299.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b2aeb1fe..9b66516e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "subprojects/shared-modules"]
path = subprojects/shared-modules
url = https://github.com/flathub/shared-modules.git
+[submodule "subprojects/gfm"]
+ path = subprojects/gfm
+ url = https://gitlab.gnome.org/mschraal/gfm.git