From 34ab34d3200dd9bf6ac208998b14d5307ebc44ca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Sep 2019 15:22:41 -0400 Subject: [PATCH] remove spam and an additional probe comment made before the spam --- ..._f5f898e0c8fd598419c52b10c37859de._comment | 20 ------------------- ..._667917406f2808ee4beab5c2d3c69f8d._comment | 13 ------------ 2 files changed, 33 deletions(-) delete mode 100644 doc/forum/Preserving_the_v5_experience/comment_4_f5f898e0c8fd598419c52b10c37859de._comment delete mode 100644 doc/forum/Preserving_the_v5_experience/comment_5_667917406f2808ee4beab5c2d3c69f8d._comment diff --git a/doc/forum/Preserving_the_v5_experience/comment_4_f5f898e0c8fd598419c52b10c37859de._comment b/doc/forum/Preserving_the_v5_experience/comment_4_f5f898e0c8fd598419c52b10c37859de._comment deleted file mode 100644 index 378102aea0..0000000000 --- a/doc/forum/Preserving_the_v5_experience/comment_4_f5f898e0c8fd598419c52b10c37859de._comment +++ /dev/null @@ -1,20 +0,0 @@ -[[!comment format=mdwn - username="joey" - subject="""comment 4""" - date="2019-09-27T17:01:28Z" - content=""" -Setting annex.largefiles=nothing also makes `git annex add` add all files -to git, which I think is not what you were intending it to do. - -> When `neverlock` is active and `git add` is run on a largefile, it could reject adding the file, - -Git's interface does not allow me to do that. The clean filter can't -prevent a file from being added; even if it exits nonzero git will just go -ahead and add the file content. - -I've implemented `git annex adjust --lock`. It doesn't fully prevent -other commands from making unlocked files. Any change to `git add` -behavior faces the problems I discuss in [[lets_discuss_git_add_behavior]]. -And `git annex unlock` can still be used. So -[[todo/auto-lock_files_after_one_edit]] would be a nice complement to this. -"""]] diff --git a/doc/forum/Preserving_the_v5_experience/comment_5_667917406f2808ee4beab5c2d3c69f8d._comment b/doc/forum/Preserving_the_v5_experience/comment_5_667917406f2808ee4beab5c2d3c69f8d._comment deleted file mode 100644 index bf64540f6e..0000000000 --- a/doc/forum/Preserving_the_v5_experience/comment_5_667917406f2808ee4beab5c2d3c69f8d._comment +++ /dev/null @@ -1,13 +0,0 @@ -[[!comment format=mdwn - username="smithclarkson001@2d22c4a26d6e52831b460b949377a8c9d6139a94" - nickname="smithclarkson001" - avatar="http://cdn.libravatar.org/avatar/e050ab885958a05800aa3360200e2ec1" - subject="comment 5" - date="2019-09-28T10:47:13Z" - content=""" -\"Having a annex.neverlock option that plain-out rejects adding files in locked mode\" -- did you mean unlocked mode? - -A related suggestion: auto-lock files after one edit - -Make sense. 9Apps VidMate apk 9Apps apk -"""]]