Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Send a git-annex user-agent when downloading urls. | Joey Hess | 2013-09-28 |
| | | | | | | | | | Overridable with --user-agent option. Not yet done for S3 or WebDAV due to limitations of libraries used -- nether allows a user-agent header to be specified. This commit sponsored by Michael Zehrer. | ||
* | mirror: New command, makes two repositories contain the same set of files. | Joey Hess | 2013-08-20 |
| | | | | | | | | | | | | | | This is a simple approach for setting up a mirroring repository. It will work with any type of remotes. Mirror --from is more expensive than mirror --to in general. OTOH, mirror --from will get the file from any remote that has it, not only the named mirror remote. And if the named mirror remote is not the fastest available remote with a file, that can speed things up. It would be possible to make the assistant or watch command do a more dynamic mirroring, that didn't need to scan every time. | ||
* | Make --numcopies override annex.numcopies set in .gitattributes. | Joey Hess | 2013-07-09 |
| | |||
* | --unused: New switch that makes git-annex operate on all data found by the ↵ | Joey Hess | 2013-07-03 |
| | | | | last run of git annex unused. Supported by fsck, get, move, copy. | ||
* | Add --all option, and support it for fsck | Joey Hess | 2013-07-03 |
| | |||
* | Per-command usage messages. | Joey Hess | 2013-03-27 |