diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-08 16:14:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-08 16:14:55 -0400 |
commit | b06db2582c767b1e287ac513e5ebdff46bc9feec (patch) | |
tree | ca067efe8541f9c04fd3575cf3f415fd4e0f90c2 /debian | |
parent | d28119528abcba81598ad5cdbf4f5fc0f8ed31a1 (diff) |
simplify changelog
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
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. |