Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stability analysis | Joey Hess | 2014-01-20 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-01-20 |
|\ | |||
* | | global numcopies setting | Joey Hess | 2014-01-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * numcopies: New command, sets global numcopies value that is seen by all clones of a repository. * The annex.numcopies git config setting is deprecated. Once the numcopies command is used to set the global number of copies, any annex.numcopies git configs will be ignored. * assistant: Make the prefs page set the global numcopies. This global numcopies setting is needed to let preferred content expressions operate on numcopies. It's also convenient, because typically if you want git-annex to preserve N copies of files in a repo, you want it to do that no matter which repo it's running in. Making it global avoids needing to warn the user about gotchas involving inconsistent annex.numcopies settings. (See changes to doc/numcopies.mdwn.) Added a new variety of git-annex branch log file, that holds only 1 value. Will probably be useful for other stuff later. This commit was sponsored by Nicolas Pouillard. | ||
| * | a separate sync daemon has many advantages indeed | https://id.koumbit.net/anarcat | 2014-01-20 |
|/ | |||
* | promote stm dependency, since Remote.External needs it | Joey Hess | 2014-01-20 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-01-20 |
|\ | |||
* | | design for preferred content numcopies check | Joey Hess | 2014-01-20 |
| | | |||
* | | wontfix | Joey Hess | 2014-01-20 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-20 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-20 |
| | | |||
| * | Added a comment: Chunk it | https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s | 2014-01-20 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkqUg2sSO_pOdi6M7GU86Hsyv5-r33baLs | 2014-01-20 |
| | | |||
| * | Fix misleading description | Richard Hartmann | 2014-01-20 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 | 2014-01-19 |
| | | |||
* | | gathd | Joey Hess | 2014-01-19 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-01-19 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-19 |
| | | |||
* | | devblog | Joey Hess | 2014-01-19 |
| | | |||
* | | followups and closures | Joey Hess | 2014-01-19 |
| | | |||
* | | sync --content: New option that makes the content of annexed files be ↵ | Joey Hess | 2014-01-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transferred. Similar to the assistant, this honors any configured preferred content expressions. I am not entirely happpy with the implementation. It would be nicer if the seek function returned a list of actions which included the individual file gets and copies and drops, rather than the current list of calls to syncContent. This would allow getting rid of the somewhat reundant display of "sync file [ok|failed]" after the get/put display. But, do that, withFilesInGit would need to somehow be able to construct such a mixed action list. And it would be less efficient than the current implementation, which is able to reuse several values between eg get and drop. Note that currently this does not try to satisfy numcopies when getting/putting files (numcopies are of course checked when dropping files!) This makes it like the assistant, and unlike get --auto and copy --auto, which do duplicate files when numcopies is not yet satisfied. I don't know if this is the right decision; it only seemed to make sense to have this parallel the assistant as far as possible to start with, since I know the assistant works. This commit was sponsored by Øyvind Andersen Holm. | ||
| * | Typo | Richard Hartmann | 2014-01-19 |
| | | |||
| * | create | https://www.google.com/accounts/o8/id?id=AItOawniCRkhl_W87gOK5eElfsef3FoUsUFpAr4 | 2014-01-19 |
| | | |||
| * | Added a comment: The world of Mac | https://www.google.com/accounts/o8/id?id=AItOawkq2cjugiSvKWiWmcah3CPBqviQV_cin9I | 2014-01-19 |
| | | |||
| * | added bug about .local adresses | https://arthur.lutz.im/ | 2014-01-19 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-18 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 | 2014-01-18 |
|/ | |||
* | devblog | Joey Hess | 2014-01-18 |
| | |||
* | Allow --all to be mixed with matching options like --copies and --in (but ↵ | Joey Hess | 2014-01-18 |
| | | | | not --include and --exclude). | ||
* | note that --all can't be mixed with eg --copies | Joey Hess | 2014-01-18 |
| | |||
* | clarify sync | Joey Hess | 2014-01-18 |
| | |||
* | Minor git-annex.mdwn tune ups (trailing spaces, typos, more consistency in ↵ | Yaroslav Halchenko | 2014-01-18 |
| | | | | | | | tense) Conflicts: doc/git-annex.mdwn -- I have managed to work on an old copy, so overlapped a bit | ||
* | status: Support --json. | Joey Hess | 2014-01-18 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-01-18 |
|\ | |||
* | | close | Joey Hess | 2014-01-18 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-18 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2014-01-18 |
| | | |||
| * | Added a comment: could it be part/reason of the problem | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2014-01-18 |
| | | |||
| * | Added a comment: repair seems to be also confused | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2014-01-18 |
| | | |||
| * | Added a comment: git annex fix starts fixing but then spits bulk of errors | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2014-01-18 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2014-01-18 |
| | | |||
| * | Added a comment: web storage | https://www.google.com/accounts/o8/id?id=AItOawnRRUUZo3W7pAoRoST8P_l0PtUBhvYuzDg | 2014-01-17 |
| | | |||
| * | Added a comment: re: long polling | https://www.google.com/accounts/o8/id?id=AItOawmz8d2M0lQDYWLSbDQSjYRHfrQkWKgPu60 | 2014-01-17 |
| | | |||
| * | Added a comment: Using Gitolite 3.2 | https://www.google.com/accounts/o8/id?id=AItOawll4Kgp7nMuOKdB0FfbcYZ3KRq7HCS0Slc | 2014-01-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-01-17 |
|/ | |||
* | Added a comment: Still crashing (again) | https://www.google.com/accounts/o8/id?id=AItOawkLdR1fuu5aEz3s9VKTBKVMize_SmeNRJM | 2014-01-16 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkKNY4BvwyEilAJql8-Q6WpdmJjjntfLHA | 2014-01-16 |
| | |||
* | Added a comment: Probably confirming this bug | stp | 2014-01-16 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo | 2014-01-16 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo | 2014-01-16 |
| |