From 5bd7d07a63b2d442c970a3deb65e564e84e3bc1a Mon Sep 17 00:00:00 2001 From: vgp Date: Thu, 24 Aug 2017 03:41:52 +0000 Subject: [PATCH] --- .../huge_text_files___40__not_binary__41___-_compress.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/forum/huge_text_files___40__not_binary__41___-_compress.mdwn diff --git a/doc/forum/huge_text_files___40__not_binary__41___-_compress.mdwn b/doc/forum/huge_text_files___40__not_binary__41___-_compress.mdwn new file mode 100644 index 0000000000..76772121a4 --- /dev/null +++ b/doc/forum/huge_text_files___40__not_binary__41___-_compress.mdwn @@ -0,0 +1,4 @@ +Hi, +we are using git in a research lab to store both code and text log generated by this code. Until now, we are using standard git and then it compresses the text files when they are committed (our text log files have +- 100MB each one). Recently, our institutional git server started to support git-annex and then we are moving from a git only solution to a git + git annex case. Git annex is working like a charm and the operations in our repository are faster after the migration to git annex. However, the files stored with git annex (.git/annex) are not compressed. I understand that git annex was designed to store binary files and then, the compression does not make sense, but I would like to know if it is possible to enable the compression when pushing the files with git-annex? + +Thank you for your attention!