summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-18 20:23:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-18 20:23:08 -0400
commit9da23dff78d80158ba01a271ac2a32830fd9bccc (patch)
tree007f7fd05eb844d9e8fd04a172adbd6436e31544 /debian
parent1fc3ee24232059ae05ab18ed10bf151f86847ac1 (diff)
--copies=N can be used to make git-annex only operate on files with the specified number of copies.
(And --not --copies=N for the inverse.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b698bc66..638661f73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ git-annex (3.20110916) UNRELEASED; urgency=low
* Arbitrarily complex expressions can be built to limit the files git-annex
operates on, by combining the options --not --and --or -( and -)
Example: git annex get --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -)
+ * --copies=N can be used to make git-annex only operate on files with
+ the specified number of copies. (And --not --copies=N for the inverse.)
-- Joey Hess <joeyh@debian.org> Sun, 18 Sep 2011 18:25:51 -0400