diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-14 13:49:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-14 13:49:55 -0400 |
commit | 84baaee08dba49a6f60fcd2a596338c8bc3c9f37 (patch) | |
tree | 3aa1edc3ee6b1a89fdc6abd5a9f430c60b2e49e0 /debian | |
parent | 6703c5b7241fafcec56f932e08212811157117ce (diff) |
sync: Support --jobs
* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
no file transfers are made.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 06c6a8c38..d54548047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |