Display progress meter in -J mode when copying from a local git repo, to a local...
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 23:32:30 +0000 (19:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 23:32:30 +0000 (19:32 -0400)
commit7943442dff4e14a92fcc7b77d18601eac3f0bd4f
treea43c31833f566f0fcede5ea9e06ffc7d2bf058c7
parent1ac36f19335c630998873d815ec4e12dd4a515ce
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..
Remote/Git.hs
Utility/Metered.hs
debian/changelog