diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-15 15:27:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-15 15:28:58 -0400 |
commit | a0d3a343b52fba63df523d49849b43217ce744ab (patch) | |
tree | 3bd2e0cef5a91a5fdf6183ba3869c77ac6b68eaa /debian/changelog | |
parent | 7b90cb72fc7d86a8f99d839378fba1ef1c86ff4a (diff) |
copy --auto
Only does copy when numcopies is not yet satisfied.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a3ae839ab..d9e606f82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,8 @@ git-annex (3.20110907) UNRELEASED; urgency=low * Fix build without S3. * addurl: Always use whole url as destination filename, rather than only its file component. - * get, drop: Added --auto option, which decides whether to get/drop - content as needed to work toward the configured numcopies. + * get, drop, copy: Added --auto option, which decides whether + to get/drop content as needed to work toward the configured numcopies. -- Joey Hess <joeyh@debian.org> Tue, 06 Sep 2011 16:59:15 -0400 |