summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-24 16:36:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-24 16:36:26 -0400
commit4ba98c50c8c1e01b003100d42ba18b48e72d60ee (patch)
treec5e28bdf38ef510793c9f3ab0f59cce231976011 /doc
parenta0e694b1ccbe716ebe7be3d1ed500eac9e819efb (diff)
parenta58c25cdc3e02062702855b072069445f6d326cd (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
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!