summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-28 12:25:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-28 12:25:37 -0400
commitc0695a2451cd092e94961dfeba69e595e72694b0 (patch)
treed40d1497740639eda282383cdea05b4e8a30c837
parent873463bf496c413224575777e43512568c912392 (diff)
parentce2be418ae3d8302fb2e784fe81a636052d141e8 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Failed_to_compile_with_shakespeare_2.0.12/comment_2_007f09c0bd8bb64a8e2c8f60b1a71612._comment9
-rw-r--r--doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment10
-rw-r--r--doc/forum/How_do_I_list_links_with_0_copies__63__/comment_3_e629a5393e56755a42581be9f6942adb._comment12
3 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12/comment_2_007f09c0bd8bb64a8e2c8f60b1a71612._comment b/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12/comment_2_007f09c0bd8bb64a8e2c8f60b1a71612._comment
new file mode 100644
index 000000000..8c914ebf4
--- /dev/null
+++ b/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12/comment_2_007f09c0bd8bb64a8e2c8f60b1a71612._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="https://launchpad.net/~felixonmars"
+ nickname="felixonmars"
+ avatar="http://cdn.libravatar.org/avatar/17284a3bb2e4ad9d3be8fab31f49865be9c1dc22143c728de731fe800a335d38"
+ subject="comment 2"
+ date="2016-12-28T03:04:52Z"
+ content="""
+Thank you. I have patched shakespeare with that patch, and all went fine afterwards.
+"""]]
diff --git a/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment
new file mode 100644
index 000000000..ca5400628
--- /dev/null
+++ b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_2_1528b3c96d6ad5637c2fdda33057c12f._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="avar"
+ avatar="http://cdn.libravatar.org/avatar/57332d67a86eb51e06bf78d2baf42c3c"
+ subject="comment 2"
+ date="2016-12-28T08:28:35Z"
+ content="""
+Great, this one-liner is then exactly what I needed:
+
+ git annex find --not --copies 1 --print0 | xargs -0 git rm
+"""]]
diff --git a/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_3_e629a5393e56755a42581be9f6942adb._comment b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_3_e629a5393e56755a42581be9f6942adb._comment
new file mode 100644
index 000000000..547033225
--- /dev/null
+++ b/doc/forum/How_do_I_list_links_with_0_copies__63__/comment_3_e629a5393e56755a42581be9f6942adb._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="ghen1"
+ avatar="http://cdn.libravatar.org/avatar/efd0e92b6198291138f0cd7aedbf86b6"
+ subject="comment 3"
+ date="2016-12-28T11:16:17Z"
+ content="""
+When I first read this:
+
+ git annex find --not --copies 1
+
+I expected it would also select files with *more* than 1 copy. Nothing wrong with it if it works; just seems semantically ambiguous to me.
+"""]]