diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2019-02-27 22:06:37 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2019-02-27 22:06:37 -0800 |
commit | 73f8bc754e200c041e17e613a61dfc35db414b66 (patch) | |
tree | 0b2aadcc2fc1edf75e35c5af12dacb921036d94f /.gitmodules | |
parent | 74c794d75c7205123c4dc37e7a997507b61be98b (diff) |
base64 hack to handle binary files.
add memory fences because why not.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7768319..8dd9825 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "fs/mmx"] path = fs/mmx url = https://github.com/vurtun/mmx.git +[submodule "fs/base64"] + path = fs/base64 + url = https://github.com/zhicheng/base64.git |