summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar vgp <vgp@web>2017-08-24 03:41:52 +0000
committerGravatar admin <admin@branchable.com>2017-08-24 03:41:52 +0000
commita58c25cdc3e02062702855b072069445f6d326cd (patch)
tree99e4272a288cfb028f17a15ab40e1e8da0ed1a6b /doc
parent99df6717e1430ec659aca006d937430021253fbd (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/huge_text_files___40__not_binary__41___-_compress.mdwn4
1 files changed, 4 insertions, 0 deletions
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 000000000..76772121a
--- /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!