Display progress meter in -J mode when copying from a local git repo, to a local git repo, and from a remote git repo.

Had everything available, just didn't combine the progress meter with the
other places progress is sent to update it. (And to a remote repo already
did show progress.)

Most special remotes should already display progress meters with -J,
same as without it. One exception to this is the web, since it relies on
wget/curl progress display without -J. Still todo..
This commit is contained in:
Joey Hess 2015-11-16 19:32:30 -04:00
parent 1ac36f1933
commit 7943442dff
Failed to extract signature
3 changed files with 17 additions and 9 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,8 @@
git-annex (5.20151117) UNRELEASED; urgency=medium
* Build with -j1 again to get reproducible build.
* Display progress meter in -J mode when copying from a local git repo,
to a local git repo, and from a remote git repo.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400