Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | add timestamps to remote.log | Joey Hess | 2011-10-06 |
| | |||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | improved git-annex branch changing | Joey Hess | 2011-10-03 |
| | | | | | | | | | | All changes to files in the branch are now made via pure functions that transform the old file into the new. This will allow adding locking to prevent read/write races. It also makes the code nicer, and purer. I noticed a behavior change, really a sort of bug fix. Before, 'git annex untrust foo --trust bar' would change both trust levels permanantly, now the --trust doesn't get stored. | ||
* | code simplification thanks to applicative functors | Joey Hess | 2011-08-25 |
| | |||
* | hlint tweaks | Joey Hess | 2011-07-15 |
| | | | | Did all sources except Remotes/* and Command/* | ||
* | factor out RemoteLog | Joey Hess | 2011-07-05 |