From a6e7890f1d4edf02ac12f02f4976b609ebf9570c Mon Sep 17 00:00:00 2001 From: "eric.w@eee65cd362d995ced72640c7cfae388ae93a4234" Date: Wed, 18 Nov 2020 17:52:22 +0000 Subject: [PATCH] --- .../git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index f436e22811..624bd5da10 100644 --- 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 @@ -1,6 +1,6 @@ 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 @@ -11,5 +11,6 @@ git annex add . ... ... (non-large file; adding content to git repository) ... +``` this only affects content under a dot-directory, is this expected?