From 3aaae3097bc372131241a61b6a65e8a5536e2079 Mon Sep 17 00:00:00 2001 From: "eric.w@eee65cd362d995ced72640c7cfae388ae93a4234" Date: Wed, 18 Nov 2020 17:59:54 +0000 Subject: [PATCH] removed --- ...nks_anything_under_a_dot-dir_is_small.mdwn | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/forum/git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn 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 deleted file mode 100644 index 1dddbbd2e4..0000000000 --- a/doc/forum/git_annex_thinks_anything_under_a_dot-dir_is_small.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -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 - - -git-annex version: 8.20201117-g3dda21d29 - - -``` -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?