From: Carl Worth Date: Mon, 26 Sep 2011 00:54:06 +0000 (-0700) Subject: Add mnemon code as a git submodule X-Git-Url: https://git.cworth.org/git?p=scherzo;a=commitdiff_plain;h=ce623b95b1f8275c489a768c0c5b8eab886893c6 Add mnemon code as a git submodule The scherzo code will be taking advantage of the mnemon code as if it were a library of sorts. --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..05ff4f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "mnemon"] + path = mnemon + url = /home/cworth/src/mnemon diff --git a/mnemon b/mnemon new file mode 160000 index 0000000..10d0f1e --- /dev/null +++ b/mnemon @@ -0,0 +1 @@ +Subproject commit 10d0f1e757ef8c22bf8c1d921b624296a25ab238