From 9fdf33d0c805f8296ade8d4808ad51971cebe60b Mon Sep 17 00:00:00 2001 From: "dav02.git@4d920fe040aa5df86fcd9f4dd57d3fcf85ee5641" Date: Thu, 18 May 2017 13:57:09 +0000 Subject: [PATCH] item in history -> single item --- .../treat_directory_with_multiple_files_as_a_single_item.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn b/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn index 7fb96316a5..4adbedb6cc 100644 --- a/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn +++ b/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn @@ -4,4 +4,4 @@ In my analyses I often have multiple (>10k) generated small files in a single d I would like to store this in git annex, in order to version them and probably even synchronize. The problem is that if a huge number of files is stored inside the repository, the repository itself becomes huge and slow. There are some ways to improve the performance ([[1|tips/Repositories_with_large_number_of_files]], [[2|forum/Handling_a_large_number_of_files]], [[3|forum/__34__git_annex_sync__34___synced_after_8_hours]]), but it doesn't solve the issue completely. -I was wondering if it is possible to force git annex to treat a single directory as one item in history? Probably with abandoning the checksum verification. +I was wondering if it is possible to force git annex to treat a single directory with multiple files as a single item? Probably with abandoning the checksum verification.