From ce623b95b1f8275c489a768c0c5b8eab886893c6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 25 Sep 2011 17:54:06 -0700 Subject: [PATCH] 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. --- .gitmodules | 3 +++ mnemon | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 mnemon 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 -- 2.43.0