Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-24 | |
|\ | |||
* | | simplify | 2012-10-24 | |
| | | |||
| * | Added a comment: What to do? | 2012-10-24 | |
|/ | |||
* | think I had the tagged right the 1st time | 2012-10-24 | |
| | |||
* | ahah | 2012-10-24 | |
| | |||
* | erm, I forget how this pagespec works | 2012-10-24 | |
| | |||
* | fix tag matching | 2012-10-24 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-24 | |
|\ | |||
* | | add page with todo items tagged design/assistant | 2012-10-24 | |
| | | |||
* | | tag | 2012-10-24 | |
| | | |||
| * | Mention assistant explicitly and also relationship to partial content | 2012-10-24 | |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-24 | |
|\| | |||
* | | close | 2012-10-24 | |
| | | |||
| * | (no commit message) | 2012-10-24 | |
| | | |||
| * | link to git-annex todo list | 2012-10-24 | |
|/ | |||
* | no need to use a traillink here, regular wikilink | 2012-10-24 | |
| | |||
* | add link to assistant design page | 2012-10-24 | |
| | |||
* | Added a comment: Remote control clients | 2012-10-24 | |
| | |||
* | Added a comment: PEP is ok | 2012-10-24 | |
| | |||
* | Added a comment: A little too old | 2012-10-23 | |
| | |||
* | Added a comment | 2012-10-23 | |
| | |||
* | Added a comment | 2012-10-23 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-23 | |
|\ | |||
* | | xmpp | 2012-10-23 | |
| | | |||
| * | (no commit message) | 2012-10-23 | |
| | | |||
* | | link | 2012-10-23 | |
|/ | |||
* | Added a comment: Error with bup and gnupg | 2012-10-22 | |
| | |||
* | Added a comment | 2012-10-22 | |
| | |||
* | Added a comment | 2012-10-22 | |
| | |||
* | (no commit message) | 2012-10-22 | |
| | |||
* | No need for mkdir, make it simpler | 2012-10-22 | |
| | |||
* | (no commit message) | 2012-10-22 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-22 | |
|\ | |||
| * | Added a comment | 2012-10-22 | |
| | | |||
* | | uninit: Check and abort if there are symlinks to annexed content that are ↵ | 2012-10-22 | |
| | | | | | | | | not checked into git. | ||
| * | Added a comment | 2012-10-22 | |
| | | |||
* | | webapp: Allow dashes in ssh key comments when pairing. | 2012-10-22 | |
| | | |||
| * | Added a comment | 2012-10-22 | |
|/ | |||
* | Added a comment | 2012-10-22 | |
| | |||
* | (no commit message) | 2012-10-22 | |
| | |||
* | (no commit message) | 2012-10-21 | |
| | |||
* | fix link | 2012-10-21 | |
| | |||
* | Added a comment | 2012-10-21 | |
| | |||
* | Added a comment: Some free-form remote ideas | 2012-10-21 | |
| | |||
* | Added a comment: Yes, I agree, such a special remote for free-form read-only ↵ | 2012-10-20 | |
| | | | | media would be convnient. | ||
* | Added a comment: "free-form" special remote / dar utility | 2012-10-20 | |
| | |||
* | update; new git-annex-el and org-attach integration | 2012-10-20 | |
| | |||
* | blog for the day | 2012-10-20 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-10-20 | |
|\ | |||
* | | add ConfigMonitor thread | 2012-10-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Monitors git-annex branch for changes, which are noticed by the Merger thread whenever the branch ref is changed (either due to an incoming push, or a local change), and refreshes cached config values for modified config files. Rate limited to run no more often than once per minute. This is important because frequent git-annex branch changes happen when files are being added, or transferred, etc. A primary use case is that, when preferred content changes are made, and get pushed to remotes, the remotes start honoring those settings. Other use cases include propigating repository description and trust changes to remotes, and learning when a remote has added a new special remote, so the webapp can present the GUI to enable that special remote locally. Also added a uuid.log cache. All other config files already had caches. |