summaryrefslogtreecommitdiff
path: root/RemoteLog.hs
Commit message (Collapse)AuthorAge
* reorganize log modulesGravatar Joey Hess2011-10-15
| | | | no code changes
* add timestamps to remote.logGravatar Joey Hess2011-10-06
|
* renameGravatar Joey Hess2011-10-05
|
* renameGravatar Joey Hess2011-10-04
|
* factor out common importsGravatar Joey Hess2011-10-03
| | | | no code changes
* improved git-annex branch changingGravatar Joey Hess2011-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 functorsGravatar Joey Hess2011-08-25
|
* hlint tweaksGravatar Joey Hess2011-07-15
| | | | Did all sources except Remotes/* and Command/*
* factor out RemoteLogGravatar Joey Hess2011-07-05