(no commit message)
authoreric.w@eee65cd362d995ced72640c7cfae388ae93a4234 <ericw@web>
Wed, 18 Nov 2020 17:51:31 +0000 (17:51 +0000)
committeradmin <admin@branchable.com>
Wed, 18 Nov 2020 17:51:31 +0000 (17:51 +0000)
doc/forum/git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn [new file with mode: 0644]

diff --git a/doc/forum/git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn b/doc/forum/git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn
new file mode 100644 (file)
index 0000000..f436e22
--- /dev/null
@@ -0,0 +1,15 @@
+The git annex repo seems to be assuming anything under a hidden directory is non-large and thus is putting it in .git instead of .git/annex
+I have even tried 
+
+mkdir ...git.annex.test...
+cd ...git.annex.test...
+git init
+git annex init
+cp ../...directory.with.binary.files.small.and.large.../ . -r
+# git config annex.largefiles anything # (this seems to have no affect to the operation below)
+git annex add . 
+...
+... (non-large file; adding content to git repository)
+...
+
+this only affects content under a dot-directory, is this expected?