stop displaying rsync progress, and use git-annex's own progress display for local...
authorJoey Hess <joeyh@joeyh.name>
Fri, 15 Nov 2019 16:01:30 +0000 (12:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 15 Nov 2019 17:21:06 +0000 (13:21 -0400)
commitcee14f147ac229c99f001b3a0aaaefb4cb6f7785
tree3d18579406f41146d48ca0651ab788e55cff9b43
parent85c5e51c53092573b19be8c528c8605e9076137a
stop displaying rsync progress, and use git-annex's own progress display for local-to-local repo transfers

Reasons to do this include:

1. I've gotten pretty used to git-annex's own progress display, which is
   used for all transfers over ssh (except to old git-annex-shell),
   and for most special remote transfers. It's getting to seem weird to see
   the rsync progress display instead.
2. When -J was used, the rsync output could not be shown, and so there was
   no progress display. Now there will be.

Progress will also be displayed now when cp CoW is used. But I'd expect a CoW
copy to typically run so fast that the progress display will barely be
noticable.

This commit was sponsored by Peter on Patreon.
CHANGELOG
Remote/Git.hs