diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-12-28 11:46:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-12-28 11:46:39 -0400 |
commit | 29b1e4c69e96b1dab8ce8ae0579e988b17d33325 (patch) | |
tree | 92a28949a44f6af864de09bab74520f244e4c06b /CHANGELOG | |
parent | 0bf7850898db15cca00b1d7ea6056a680aa42930 (diff) |
Added inprogress command for accessing files as they are being downloaded.
Chose to make this only handle files actively being downloaded, not temp
files for downloads that were interrupted or files that have been fully
downloaded.
This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ git-annex (6.20171215) UNRELEASED; urgency=medium * Removed the testsuite build flag; test suite is always included. + * Added inprogress command for accessing files as they are being + downloaded. -- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400 |