Skip to content

Commit

Permalink
Stores the branch in modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
phkaeser committed Jun 23, 2023
1 parent cdd7d4e commit d20ad5e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,37 +1,46 @@
[submodule "submodules/libbase"]
path = submodules/libbase
url = ../libbase
update = merge
branch = main
update = rebase
[submodule "dependencies/drm"]
path = dependencies/drm
url = https://gitlab.freedesktop.org/mesa/drm.git
branch = main
update = rebase
[submodule "dependencies/pixman"]
path = dependencies/pixman
url = https://gitlab.freedesktop.org/pixman/pixman.git
branch = master
update = rebase
[submodule "dependencies/wayland"]
path = dependencies/wayland
url = https://gitlab.freedesktop.org/wayland/wayland.git
branch = main
update = rebase
[submodule "dependencies/wayland-protocols"]
path = dependencies/wayland-protocols
url = https://gitlab.freedesktop.org/wayland/wayland-protocols.git
branch = main
update = rebase
[submodule "dependencies/seatd"]
path = dependencies/seatd
url = https://git.sr.ht/~kennylevinsen/seatd
branch = master
update = rebase
[submodule "dependencies/hwdata"]
path = dependencies/hwdata
url = https://github.com/vcrhonek/hwdata.git
branch = master
ignore = dirty
update = rebase
[submodule "dependencies/libdisplay-info"]
path = dependencies/libdisplay-info
url = https://gitlab.freedesktop.org/emersion/libdisplay-info.git
branch = main
update = rebase
[submodule "dependencies/wlroots"]
path = dependencies/wlroots
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
branch = master
update = rebase

0 comments on commit d20ad5e

Please sign in to comment.