This commit is contained in:
Joey Hess 2018-03-12 17:48:49 -04:00
parent ad13b56c86
commit abe8346dca
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2018-03-12T21:36:45Z"
content="""
It will use git-annex's native progress display, same as it already did
when -J is used.
Rsync's progress display was not blocking
[[todo/wishlist__58___global_progress_status]].
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2018-03-12T21:38:17Z"
content="""
git-annex does not display rsync progress any longer, but you do still
get the progress display on a per-file basis. This is at least a lot more
compact than the rsync output.
Any kind of global progress display would require a separate pass to
identify all the files that git-annex will be operating on. That would make
it slower in large repos, and people already complain about seek speed in
large repos.
"""]]