diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-04-18 20:50:04 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-04-18 20:50:04 -0700 |
commit | f39adc3befe995fcc1cf31103910087430cf8ef7 (patch) | |
tree | c8f8fa506128b465990c57afbbca0ec74983bd73 /.gitmodules |
libstage: add libstage submodule
Pull in libstage for a drawing list
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ccc4b3a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libstage"] + path = libstage + url = git://git.pengaru.com/libstage |