From: W. Trevor King Date: Tue, 29 Oct 2013 23:06:36 +0000 (-0700) Subject: exercises/dictionary: Add the dictionary example submodule X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a91a51b25bd7c41a159e523292ac136a7e472c5;p=swc-modular-shell.git exercises/dictionary: Add the dictionary example submodule Drop exercises from the submodule name in case we want to reorganize later. We won't have any other 'dictionary' submodules. --- diff --git a/.gitmodules b/.gitmodules index ea191fb..c933ac7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "hearing"] path = exercises/hearing url = git://tremily.us/swc-modular-shell-hearing.git +[submodule "dictionary"] + path = exercises/dictionary + url = git://tremily.us/swc-modular-shell-dictionary.git diff --git a/exercises/dictionary b/exercises/dictionary new file mode 160000 index 0000000..d8c9a25 --- /dev/null +++ b/exercises/dictionary @@ -0,0 +1 @@ +Subproject commit d8c9a25a5c3f1ba2d7a202a938a1482c72d6ed64