diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-12 12:10:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-12 12:10:40 +0000 |
commit | 8919030f761eec5e00a6c9e1c700ecc6a9daa445 (patch) | |
tree | a2ee76c691dd481f8222100c1e56e52d4323a481 | |
parent | yup. lua. better than whatever shaky messy DSL i was gonna come up with for b... (diff) | |
download | mutator-8919030f761eec5e00a6c9e1c700ecc6a9daa445.tar.gz mutator-8919030f761eec5e00a6c9e1c700ecc6a9daa445.zip |
linenoise is now a submodule
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c5242ab --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bruiser/linenoise"] + path = bruiser/linenoise + url = https://github.com/antirez/linenoise |