morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 05c8333153557645a349f1552a4096cdc29d20ab
parent c8b7c21143775e34dc27a6dd6a9ecfdde7218487
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Mon,  7 Apr 2014 14:35:25 +0300

Use master branches for submodules

Diffstat:
M.gitmodules | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,6 +1,8 @@ [submodule "mkbuild"] path = mkbuild url = git://git.driftaway.org/mkbuild + branch = master [submodule "ports"] path = ports url = git://git.2f30.org/ports + branch = master