summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-13 02:24:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-13 02:24:30 -0400
commit53861087d55de45ec6b24f6e452469dfa72c1644 (patch)
tree2c0274b816b8d21640d4eb4c51fabff50e1406a3 /debian
parent36f34c21f3dc8aa448f129e2a727381ca61c4c85 (diff)
limiting files based on metadata
Note that there is currently no caching, so --metadata foo=bar --metadata tag=blah will currently read the log 2x per file.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f8d739164..f6d2dffad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
git-annex (5.20140211) UNRELEASED; urgency=medium
+ * metadata: New command that can attach metadata to files.
+ * --metadata can be used to limit commands to acting on files
+ that have particular metadata.
+ * Preferred content expressions can use metadata=field=value
+ to limit them to acting on files that have particular metadata.
* Add progress display for transfers to/from external special remotes.
* Windows webapp: Can set up box.com, Amazon S3 remotes.
* Windows webapp: Can create repos on removable drives.