comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 19 Oct 2020 19:04:52 +0000 (15:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 19 Oct 2020 19:04:52 +0000 (15:04 -0400)
doc/forum/Matching_options_not_working_in_windows_7/comment_1_616f6c6d26088207ce9c044f4b61eec5._comment [new file with mode: 0644]

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 (file)
index 0000000..61358d8
--- /dev/null
@@ -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
+"""]]