summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* more buprepo fixesGravatar Joey Hess2011-04-09
|
* change name of buprepoGravatar Joey Hess2011-04-09
| | | | | | Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote.
* store annex.uuid in bup reposGravatar Joey Hess2011-04-09
|
* mention how to use default bup repoGravatar Joey Hess2011-04-09
|
* notesGravatar Joey Hess2011-04-09
|
* make local bup repos a bit more expensive than local git reposGravatar Joey Hess2011-04-08
| | | | does have to run bup and reassemble files, after all
* set cost for local bup repos to cheapGravatar Joey Hess2011-04-08
|
* minorGravatar Joey Hess2011-04-08
|
* typoGravatar Joey Hess2011-04-08
|
* typoGravatar Joey Hess2011-04-08
|
* local bup remotesGravatar Joey Hess2011-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* typoGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* typoGravatar Joey Hess2011-04-08
|
* expandGravatar Joey Hess2011-04-08
|
* rewordGravatar Joey Hess2011-04-08
|
* reorgGravatar Joey Hess2011-04-08
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-08
|\
* | move esoteric stuff from walkthrough to cheatsheetGravatar Joey Hess2011-04-08
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-08
|/
* closeGravatar Joey Hess2011-04-08
|
* tweakGravatar Joey Hess2011-04-08
|
* bupdatesGravatar Joey Hess2011-04-08
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-08
|\
* | bup is now supported as a special type of remote.Gravatar Joey Hess2011-04-08
| |
* | document bup special remotesGravatar Joey Hess2011-04-08
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawn5vmWzuHG-guyTurgCKCyIOl-uRTWpFyw2011-04-08
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-08
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ2011-04-08
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ2011-04-08
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ2011-04-08
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-04-08
| |
* | refactorGravatar Joey Hess2011-04-08
|/
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-07
|\
* | refactor away whichCmd and some other cleanupGravatar Joey Hess2011-04-07
| |
* | let's use Maybe String for commands that may not be avilableGravatar Joey Hess2011-04-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
| |
* | recognise differently-named shaN programsGravatar Fraser Tweedale2011-04-08
| |
* | updateGravatar Joey Hess2011-04-07
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-07
| |
* | avoid list traverse on queueGravatar Joey Hess2011-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.
* | addGravatar Joey Hess2011-04-07
| |
| * Comment moderationGravatar http://joey.kitenet.net/2011-04-07
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-07
|/
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-07
|\
* | Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-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 commentGravatar http://joey.kitenet.net/2011-04-07
| |
* | Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-07
|\ \