Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mention how to use default bup repo | Joey Hess | 2011-04-09 |
| | |||
* | notes | Joey Hess | 2011-04-09 |
| | |||
* | make local bup repos a bit more expensive than local git repos | Joey Hess | 2011-04-08 |
| | | | | does have to run bup and reassemble files, after all | ||
* | set cost for local bup repos to cheap | Joey Hess | 2011-04-08 |
| | |||
* | minor | Joey Hess | 2011-04-08 |
| | |||
* | typo | Joey Hess | 2011-04-08 |
| | |||
* | typo | Joey Hess | 2011-04-08 |
| | |||
* | local bup remotes | Joey Hess | 2011-04-08 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | typo | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | typo | Joey Hess | 2011-04-08 |
| | |||
* | expand | Joey Hess | 2011-04-08 |
| | |||
* | reword | Joey Hess | 2011-04-08 |
| | |||
* | reorg | Joey Hess | 2011-04-08 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-08 |
|\ | |||
* | | move esoteric stuff from walkthrough to cheatsheet | Joey Hess | 2011-04-08 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-08 |
|/ | |||
* | close | Joey Hess | 2011-04-08 |
| | |||
* | tweak | Joey Hess | 2011-04-08 |
| | |||
* | bupdates | Joey Hess | 2011-04-08 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-08 |
|\ | |||
* | | bup is now supported as a special type of remote. | Joey Hess | 2011-04-08 |
| | | |||
* | | document bup special remotes | Joey Hess | 2011-04-08 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawn5vmWzuHG-guyTurgCKCyIOl-uRTWpFyw | 2011-04-08 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-08 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ | 2011-04-08 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ | 2011-04-08 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ | 2011-04-08 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-04-08 |
| | | |||
* | | refactor | Joey Hess | 2011-04-08 |
|/ | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-07 |
|\ | |||
* | | refactor away whichCmd and some other cleanup | Joey Hess | 2011-04-07 |
| | | |||
* | | let's use Maybe String for commands that may not be avilable | Joey Hess | 2011-04-07 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | | |||
* | | recognise differently-named shaN programs | Fraser Tweedale | 2011-04-08 |
| | | |||
* | | update | Joey Hess | 2011-04-07 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-07 |
| | | |||
* | | avoid list traverse on queue | Joey Hess | 2011-04-07 |
| | | | | | | | | | | | | I wanted to use M.insertWith' (\_ l -> file:l) action [] m , but the order of the parameters and which to ignore is not clear, and seems unsafe to rely on. | ||
* | | add | Joey Hess | 2011-04-07 |
| | | |||
| * | Comment moderation | http://joey.kitenet.net/ | 2011-04-07 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-07 |
|/ | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-07 |
|\ | |||
* | | Periodically flush git command queue, to avoid boating memory usage too much. | Joey Hess | 2011-04-07 |
| | | | | | | | | | | | | | | Since the queue is flushed in between subcommand actions being run, there should be no issues with actions that expect to queue up some stuff and have it run after they do other stuff. So I didn't have to audit for such assumptions. | ||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-07 |
| | | |||
* | | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-07 |
|\ \ | |||
* | | | current thoughts | Joey Hess | 2011-04-07 |
| | | | |||
| | * | Added a comment | http://joey.kitenet.net/ | 2011-04-07 |
| |/ | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-07 |
| | |