Add progress bar display to the directory special remote.

So far I've only written progress bars for sending files, not yet
receiving.

No longer uses external cp at all. ByteString IO is fast enough.
This commit is contained in:
Joey Hess 2012-03-04 03:17:03 -04:00
parent 8fc533643d
commit 9856c24a59
4 changed files with 86 additions and 35 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ git-annex (3.20120230) UNRELEASED; urgency=low
which can read better than the old "." (which still works too).
* Directory special remotes now support chunking files written to them,
avoiding writing files larger than a specified size.
* Add progress bar display to the directory special remote.
-- Joey Hess <joeyh@debian.org> Thu, 01 Mar 2012 22:34:27 -0400