From cdc3874c56def94dd520d6053a9a080f466f1d0f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw" Date: Mon, 7 Apr 2014 11:32:46 +0000 Subject: [PATCH 1/4] removed --- ..._6b94018c5e28555b0c931da58cac40b9._comment | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/special_remotes/comment_22_6b94018c5e28555b0c931da58cac40b9._comment diff --git a/doc/special_remotes/comment_22_6b94018c5e28555b0c931da58cac40b9._comment b/doc/special_remotes/comment_22_6b94018c5e28555b0c931da58cac40b9._comment deleted file mode 100644 index 681ade62db..0000000000 --- a/doc/special_remotes/comment_22_6b94018c5e28555b0c931da58cac40b9._comment +++ /dev/null @@ -1,25 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw" - nickname="Mesut" - subject="I can't add special remotes" - date="2014-04-07T11:29:28Z" - content=""" -Hi, - -I am new to git-annex. - -I want to add glacier remote but when I run below command I am waiting but not happening anything. - - -````` -$ git annex initremote glacier type=glacier keyid=51764191 datacenter=eu-west-1 - -initremote glacier (encryption setup) -````` - -I tried to add google drive as remote but same thing happening. - -What I am doing wrong? - -Should I add glacier support to git-annex before adding as remote? How? -"""]] From 092a309c1009af98fc1b8180f8b97bb8f0053bc6 Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 7 Apr 2014 11:42:28 +0000 Subject: [PATCH 2/4] --- doc/metadata.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/metadata.mdwn b/doc/metadata.mdwn index 684820cb95..2c105c4d7c 100644 --- a/doc/metadata.mdwn +++ b/doc/metadata.mdwn @@ -12,7 +12,7 @@ Some of the things you can do with metadata include: or without particular metadata. For example `git annex find --metadata tag=foo --or --metadata tag=bar` * Using it in [[preferred_content]] expressions. - For example "tag=important or not author=me" + For example "metadata=tag=important or not author=me" Each file (actually the underlying key) can have any number of metadata fields, which each can have any number of values. For example, to tag From f39480069cb332ff6bb8f0baf3aae7db98534a2d Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 7 Apr 2014 11:44:11 +0000 Subject: [PATCH 3/4] --- doc/preferred_content.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index 4f6a3409f4..ec499de25a 100644 --- a/doc/preferred_content.mdwn +++ b/doc/preferred_content.mdwn @@ -144,6 +144,16 @@ Or, you could make a new group, with your own custom preferred content expression tuned for your needs, and every repository you put in this group and make its preferred content be "groupwanted" will use it. +### difference: metadata matching + +This: + + git annex get --metadata tag=done + +becomes + + metadata=tag=done + ## upgrades It's important that all clones of a repository can understand one-another's From 7830a76f4f8f80b0c98b673a11e5fd5ef3efca24 Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 7 Apr 2014 11:46:18 +0000 Subject: [PATCH 4/4] --- doc/metadata.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/metadata.mdwn b/doc/metadata.mdwn index 2c105c4d7c..fed3323517 100644 --- a/doc/metadata.mdwn +++ b/doc/metadata.mdwn @@ -12,7 +12,7 @@ Some of the things you can do with metadata include: or without particular metadata. For example `git annex find --metadata tag=foo --or --metadata tag=bar` * Using it in [[preferred_content]] expressions. - For example "metadata=tag=important or not author=me" + For example "metadata=tag=important or not metadata=author=me" Each file (actually the underlying key) can have any number of metadata fields, which each can have any number of values. For example, to tag