copy --auto

Only does copy when numcopies is not yet satisfied.
This commit is contained in:
Joey Hess 2011-09-15 15:27:45 -04:00
parent 7b90cb72fc
commit a0d3a343b5
3 changed files with 16 additions and 4 deletions

4
debian/changelog vendored
View file

@ -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