summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-08 16:14:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-08 16:14:55 -0400
commitb06db2582c767b1e287ac513e5ebdff46bc9feec (patch)
treeca067efe8541f9c04fd3575cf3f415fd4e0f90c2
parentd28119528abcba81598ad5cdbf4f5fc0f8ed31a1 (diff)
simplify changelog
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9eb137039..d81668d75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,10 +8,11 @@ git-annex (3.20121002) UNRELEASED; urgency=low
* vicfg: New command, allows editing (or simply viewing) most
of the repository configuration settings stored in the git-annex branch.
* Added preferred content expressions, configurable using vicfg.
- * get --auto, copy --auto: If the local repository has preferred content
+ * get --auto: If the local repository has preferred content
configured, only get that content.
* drop --auto: If the repository the content is dropped from has
preferred content configured, drop only content that is not preferred.
+ * copy --auto: Only transfer content that the destination repository prefers.
* --copies=group:number can now be used to match files that are present
in a specified number of repositories in a group.
* Added --smallerthan, --largerthan, and --inall limits.