summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo2014-01-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-26
|\
* | closeGravatar Joey Hess2014-01-26
| |
* | All commands that support --all also support a --key option, which limits ↵Gravatar Joey Hess2014-01-26
| | | | | | | | them to acting on a single key.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-01-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM2014-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-26
|\
* | move to todoGravatar Joey Hess2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
| * Added a commentGravatar http://joeyh.name/2014-01-26
| |
* | Optimise non-bare http remotes; no longer does a 404 to the wrong url every ↵Gravatar Joey Hess2014-01-26
| | | | | | | | time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a http remote.
| * Option to delete remote repo when sync failed missingGravatar https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM2014-01-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g2014-01-26
|/
* added annex.secure-erase-command config option.Gravatar Joey Hess2014-01-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-24
|\
| * Added a comment: Long Path ToolGravatar https://www.google.com/accounts/o8/id?id=AItOawmI_rfI0tsu93LcMlAvh5WTXtKFIMkHrJQ2014-01-24
| |
* | updateGravatar Joey Hess2014-01-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-24
|\
* | tipGravatar Joey Hess2014-01-24
| |
| * Added a comment: so how can i keep in sync a dropbox subfolder with a usbdriveGravatar sascha2014-01-24
| |
| * Added a comment: Same bug? OSX 10.9.1Gravatar https://www.google.com/accounts/o8/id?id=AItOawlm_3m5gLhML9bHbZ8FpJ-HBZhWaRfFeO82014-01-23
|/
* closeGravatar Joey Hess2014-01-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-23
|\
* | devblogGravatar Joey Hess2014-01-23
| |
* | explicitly include unused files in backup and incremental backupGravatar Joey Hess2014-01-23
| | | | | | | | include=* does not match unused files, which have no associated file.
* | add webapp UI to manage unused filesGravatar Joey Hess2014-01-23
| |
| * (no commit message)Gravatar zardoz2014-01-23
| |
| * (no commit message)Gravatar zardoz2014-01-23
|/
* devblogGravatar Joey Hess2014-01-22
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-22
|\
* | assistant unused file handlingGravatar Joey Hess2014-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sanity checker run git annex unused daily, and queue up transfers of unused files to any remotes that will have them. The transfer retrying code works for us here, so eg when a backup disk remote is plugged in, any transfers to it are done. Once the unused files reach a remote, they'll be removed locally as unwanted. If the setup does not cause unused files to go to a remote, they'll pile up, and the sanity checker detects this using some heuristics that are pretty good -- 1000 unused files, or 10% of disk used by unused files, or more disk wasted by unused files than is left free. Once it detects this, it pops up an alert in the webapp, with a button to take action. TODO: Webapp UI to configure this, and also the ability to launch an immediate cleanup of all unused files. This commit was sponsored by Simon Michael.
| * Added a commentGravatar https://launchpad.net/~maestro-alubia2014-01-22
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-22
|\
* | add "unused" preferred content expressionGravatar Joey Hess2014-01-22
| | | | | | | | | | | | | | With a really nice optimisation that keeps it from having any overhead in normal operation! This commit was sponsored by Ulises Vitulli.
| * Added a commentGravatar http://joeyh.name/2014-01-22
| |
* | preferred content stability analysisGravatar Joey Hess2014-01-22
| |
| * Added a comment: Sources?Gravatar https://launchpad.net/~maestro-alubia2014-01-22
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-22
|\
* | promote forum post to feature request; add designGravatar Joey Hess2014-01-22
| |
| * Added a commentGravatar http://olivier.mehani.name/2014-01-22
|/
* devblogGravatar Joey Hess2014-01-21
|
* benchmarked numcopies .gitattributes in preferred contentGravatar Joey Hess2014-01-21
| | | | | | | | | | | Checking .gitattributes adds a full minute to a git annex find looking for files that don't have enough copies. 2:25 increasts to 3:27. I feel this is too much of a slowdown to justify making it the default. So, exposed two versions of the preferred content expression, a slow one and a fast but approximate one. I'm using the approximate one in the default preferred content expressions to avoid slowing down the assistant.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-01-21
|\
| * Added a comment: ChrootsGravatar https://www.google.com/accounts/o8/id?id=AItOawnE6kFAbud1LWrQuyX76yMYnUjHt9tR-A82014-01-21
| |
* | expose tasty test suite's option parserGravatar Joey Hess2014-01-21
| |
| * Added a commentGravatar http://joeyh.name/2014-01-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2014-01-21
| |
| * Merge branch 'master' of git://git-annex.branchable.comGravatar Richard Hartmann2014-01-21
| |\
| * | WordingGravatar Richard Hartmann2014-01-21
| | |