diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 01:38:10 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 02:19:37 +0200 |
commit | 74b2ee22a6b60d53b1241e0c52284b288e561599 (patch) | |
tree | 8d1b197f657af22912f8e6d611c6c9cccd9890d9 /.gitmodules | |
parent | 6153580a13e7e7c48e38fa446572c8adcae08084 (diff) | |
download | blogc-74b2ee22a6b60d53b1241e0c52284b288e561599.tar.gz blogc-74b2ee22a6b60d53b1241e0c52284b288e561599.tar.bz2 blogc-74b2ee22a6b60d53b1241e0c52284b288e561599.zip |
moved squareball back to blogc source tree.
i don't have enough time to maintain a separated library at this point,
and worry about soname bump, library stability, etc. all the code is
trivial enough to be copied around, and all the utils are implemented as
single file now, to make it easier to copy.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 061fb99..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "squareball"] - path = squareball - url = https://github.com/rafaelmartins/squareball.git |