From e9d138e71776f3fcf5858f6bc1aa53f249e184f7 Mon Sep 17 00:00:00 2001 From: "javkalas@30f67400375ff022347b37236b63786ecf79cd82" Date: Fri, 3 Apr 2020 19:09:52 +0000 Subject: [PATCH] Added a comment --- ...nt_36_aef2b06454a6a303e012632b8a95df7f._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/lets_discuss_git_add_behavior/comment_36_aef2b06454a6a303e012632b8a95df7f._comment diff --git a/doc/forum/lets_discuss_git_add_behavior/comment_36_aef2b06454a6a303e012632b8a95df7f._comment b/doc/forum/lets_discuss_git_add_behavior/comment_36_aef2b06454a6a303e012632b8a95df7f._comment new file mode 100644 index 0000000000..8c4d61efa6 --- /dev/null +++ b/doc/forum/lets_discuss_git_add_behavior/comment_36_aef2b06454a6a303e012632b8a95df7f._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="javkalas@30f67400375ff022347b37236b63786ecf79cd82" + nickname="javkalas" + avatar="http://cdn.libravatar.org/avatar/2343ce9a9d022cb24c5896fb00f1e12f" + subject="comment 36" + date="2020-04-03T19:09:52Z" + content=""" +I think this was the kind of change that bites hardest the people who don't follow development. I have a repo that for 6 years has had exactly one file tracked with git-annex. I don't want to track anything else. Then today, a file was auto-added to git-annex (tiny js file, no idea why) and when I pulled on server my web page went down :) Anyway, point being, if you don't want many files tracked by git annex, you probably don't read much about git annex either, and won't notice such a change until it bites you. + +I did + + $ git config annex.largefiles '(largerthan=9999999999kb)' + +"""]]