Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | --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. | ||
* | addurl: Bugfix: Did not properly add file in direct mode. | Joey Hess | 2013-04-11 |
| | |||
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
| | | | | Not yet used .. mindless train work. | ||
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
| | | | | | I left status working in direct mode, although it doesn't show correct stats for known annex keys. | ||
* | where indentation | Joey Hess | 2012-11-12 |
| | |||
* | add routes to pause/start/cancel transfers | Joey Hess | 2012-08-08 |
| | | | | | | | | | | | | | | | | This commit includes a paydown on technical debt incurred two years ago, when I didn't know that it was bad to make custom Read and Show instances for types. As the routes need Read and Show for Transfer, which includes a Key, and deriving my own Read instance of key was not practical, I had to finally clean that up. So the compact Key read and show functions are now file2key and key2file, and Read and Show are now derived instances. Changed all code that used the old instances, compiler checked. (There were a few places, particularly in Command.Unused, and the test suite where the Show instance continue to be used for legitimate comparisons; ie show key_x == show key_y (though really in a bloom filter)) | ||
* | addunused: New command, the opposite of dropunused, it relinks unused ↵ | Joey Hess | 2012-05-02 |
content into the git repository. |