diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-10 15:37:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-10 15:37:38 -0400 |
commit | 997e29f29491868f7d83235cdc2d312263509167 (patch) | |
tree | b1df5d10e74e3fe9b7688c2a066b04b0caafe8ae /debian | |
parent | 5ab82230f7668897a62f40fa100e51bb53d0c38e (diff) |
sync: Sync to lower cost remotes first.
This has two benefits.
1. When a lot of refs are going to be received, get them via lower cost
connection when possible.
2. Allows ctrl-c of sync after the cheaper remotes have been pulled from
(or pushed to).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1955f8b3b..10dc1c50c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (3.20120310) UNRELEASED; urgency=low * fsck: Fix up any broken links and misplaced content caused by the directory hash calculation bug fixed in the last release. + * sync: Sync to lower cost remotes first. -- Joey Hess <joeyh@debian.org> Sat, 10 Mar 2012 14:03:22 -0400 |