From f8b0be1f934eadf4bd4ad4e03de6fe146760910f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Oct 2020 15:04:52 -0400 Subject: [PATCH] comment --- ...t_1_616f6c6d26088207ce9c044f4b61eec5._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Matching_options_not_working_in_windows_7/comment_1_616f6c6d26088207ce9c044f4b61eec5._comment diff --git a/doc/forum/Matching_options_not_working_in_windows_7/comment_1_616f6c6d26088207ce9c044f4b61eec5._comment b/doc/forum/Matching_options_not_working_in_windows_7/comment_1_616f6c6d26088207ce9c044f4b61eec5._comment new file mode 100644 index 0000000000..61358d859f --- /dev/null +++ b/doc/forum/Matching_options_not_working_in_windows_7/comment_1_616f6c6d26088207ce9c044f4b61eec5._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-10-19T18:59:30Z" + content=""" +Lucky for you, I tried it on linux, and it also fails there. + +I think the problem is, --largerthan and --smallerthan only work on annexed +files, not on files you want to add to the annex. This is probably a bug. + +What does work is to configure annex.largefiles and disable +annex.addsmallfiles: + +git config annex.largefiles 'largerthan=200mb' +git config annex.addsmallfiles false +"""]] -- 2.30.2