From 78721c9afd0f56176038cd9542ee214683995c8c Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Wed, 13 Jan 2016 23:49:30 +0000 Subject: [PATCH 1/2] Added a comment: "done" but only for non --fast/--relaxed --- ..._16390f75b3685df93f18a89e7cb56757._comment | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment diff --git a/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment b/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment new file mode 100644 index 0000000000..3f362489bd --- /dev/null +++ b/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" + subject=""done" but only for non --fast/--relaxed" + date="2016-01-13T23:49:30Z" + content=""" +ah -- didn't spot that it was \"done\" (didn't see a notification on it being resolved in invoice or emails) + +unfortunately it seems to not work for --fast (or --relaxed, although that one I guess I can understand): + +[[!format sh \"\"\" + +$ chmod a+w -R /tmp/123; rm -rf /tmp/123; mkdir /tmp/123; cd /tmp/123; git init; git annex init; +Initialized empty Git repository in /tmp/123/.git/ +init ok +(recording state in git...) + +$ git -c annex.largefiles=exclude=*.txt annex addurl --file=test.txt --fast \"http://www.onerussian.com/tmp/banner.png\" +addurl test.txt ok +(recording state in git...) + +$ ls -l test.txt +lrwxrwxrwx 1 yoh yoh 132 Jan 13 18:44 test.txt -> .git/annex/objects/KW/kj/URL-s25319--http&c%%www.onerussian.com%tmp%banner.png/URL-s25319--http&c%%www.onerussian.com%tmp%banner.png + +\"\"\"]] + +it does for if no --fast, or --relaxed +"""]] From 297a744548b9e15457694fe30d44d9cea3f599b6 Mon Sep 17 00:00:00 2001 From: "rashi.k0306@46b3566bf776802cd7adb39707f018beec8b0f26" Date: Thu, 14 Jan 2016 11:42:10 +0000 Subject: [PATCH 2/2] Added a comment: Duplicate Files Deleter --- .../comment_13_def634a647f918a240dfe6ded3d9dd86._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tips/finding_duplicate_files/comment_13_def634a647f918a240dfe6ded3d9dd86._comment diff --git a/doc/tips/finding_duplicate_files/comment_13_def634a647f918a240dfe6ded3d9dd86._comment b/doc/tips/finding_duplicate_files/comment_13_def634a647f918a240dfe6ded3d9dd86._comment new file mode 100644 index 0000000000..0f52b33290 --- /dev/null +++ b/doc/tips/finding_duplicate_files/comment_13_def634a647f918a240dfe6ded3d9dd86._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="rashi.k0306@46b3566bf776802cd7adb39707f018beec8b0f26" + nickname="rashi.k0306" + subject="Duplicate Files Deleter" + date="2016-01-14T11:42:10Z" + content=""" +I use Duplicate Files Deleter as it is very effective. It is 100% accurate and performs the scan quickly. +"""]]