sync --fast: Selects some of the remotes with the lowest annex.cost and syncs those, in addition to any specified at the command line.

This commit is contained in:
Joey Hess 2011-12-30 21:17:36 -04:00
parent dd8451f0f8
commit e7d3e546c2
3 changed files with 23 additions and 5 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (3.20111212) UNRELEASED; urgency=low
* Updated to build with monad-control 0.3.
* sync: Improved to work well without a central bare repository.
Thanks to Joachim Breitner.
* sync --fast: Selects some of the remotes with the lowest annex.cost
and syncs those, in addition to any specified at the command line.
-- Joey Hess <joeyh@debian.org> Mon, 12 Dec 2011 01:57:49 -0400