diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-04 03:17:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-04 03:17:25 -0400 |
commit | 9856c24a5996f2d493c559cd9ea6b27b8127694a (patch) | |
tree | de50fea60e3e0eeb0cb8303cbf25bb2a0415034b /debian | |
parent | 8fc533643d0acd5cddbdfede1a438a84c57329ba (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d5706d7be..7b9db5418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |