summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-28 11:46:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-28 11:46:39 -0400
commit29b1e4c69e96b1dab8ce8ae0579e988b17d33325 (patch)
tree92a28949a44f6af864de09bab74520f244e4c06b /git-annex.cabal
parent0bf7850898db15cca00b1d7ea6056a680aa42930 (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 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f2a8b47f5..6b2fec439 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -79,6 +79,7 @@ Extra-Source-Files:
doc/git-annex-info.mdwn
doc/git-annex-init.mdwn
doc/git-annex-initremote.mdwn
+ doc/git-annex-inprogress.mdwn
doc/git-annex-list.mdwn
doc/git-annex-lock.mdwn
doc/git-annex-log.mdwn
@@ -717,6 +718,7 @@ Executable git-annex
Command.Info
Command.Init
Command.InitRemote
+ Command.Inprogress
Command.List
Command.Lock
Command.LockContent