summaryrefslogtreecommitdiff
path: root/Command/Multicast.hs
Commit message (Collapse)AuthorAge
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
| | | | | | | | | | | git annex add, git annex lock etc make multiple seek passes, and each seek pass checked that files existed. That was unncessary redundant work. Fixed by adding a new WorkTreeItem type, make seek actions use it, and check that the files exist when constructing it. This commit was supported by the NSF-funded DataLad project.
* fix windows buildGravatar Joey Hess2017-04-05
|
* add missing "do"Gravatar Joey Hess2017-04-03
| | | | Unsure how it got committed in an uncompilable state before..
* multicast: New command, uses uftp to multicast annexed files, for eg a ↵Gravatar Joey Hess2017-03-30
classroom setting. This commit was supported by the NSF-funded DataLad project.