From: Joey Hess Date: Mon, 19 Oct 2020 19:04:52 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~106^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8b0be1f934eadf4bd4ad4e03de6fe146760910f;p=git-annex.git 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 +"""]]