sync: Support --jobs

* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
  no file transfers are made.
This commit is contained in:
Joey Hess 2015-08-14 13:49:55 -04:00
parent 4a5fe93248
commit 87b4229b23
4 changed files with 51 additions and 15 deletions

3
debian/changelog vendored
View file

@ -5,6 +5,9 @@ git-annex (5.20150813) UNRELEASED; urgency=medium
non-data-transfer overhead 6x.
* --debug is passed along to git-annex-shell when git-annex is in debug mode.
* Added WHEREIS to external special remote protocol.
* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
no file transfers are made.
-- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400