From ad86a25c581508ef68db514e97aed00770698c47 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 20 Oct 2020 13:45:10 +0000 Subject: [PATCH] Added a comment --- ...t_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment diff --git a/doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment b/doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment new file mode 100644 index 0000000000..39e329445f --- /dev/null +++ b/doc/forum/Matching_options_not_working_in_windows_7/comment_3_d834a6cb0ae1bd47e5280b10ecbaa72d._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="ericm" + avatar="http://cdn.libravatar.org/avatar/67ca64c5a99fb142fc2e3916333881ca" + subject="comment 3" + date="2020-10-20T13:45:09Z" + content=""" +This worked for me: + + git -c annex.largefiles=largerthan=200mb -c annex.addsmallfiles=false annex add --backend=WORM . + +Then this adds the remaining files: + + git annex add . + +Thanks for the help! +"""]]