Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | remove git-annex branch read cache | Joey Hess | 2012-10-19 |
| | | | | | | | | | | | | | This cache prevented noticing changes made by another process. The case I just ran into involved the assistant dropping a file, which cached its presence info. Then the same file was downloaded again, but the assistant didn't know its presence info had changed. I don't see a way to keep this cache. Will instead rely on the OS level file cache, for files in the journal. May need to add more higher-level caching of info that it's ok to have a potentially stale copy of, although much of git-annex already does so. | ||
* | flip catchDefaultIO | Joey Hess | 2012-09-17 |
| | |||
* | honor core.sharedRepository when making all the other files in the annex | Joey Hess | 2012-04-21 |
| | | | | Lock files, directories, etc. | ||
* | IO exception rework | Joey Hess | 2012-02-03 |
| | | | | | | ghc 7.4 comaplains about use of System.IO.Error to catch exceptions. Ok, use Control.Exception, with variants specialized to only catch IO exceptions. | ||
* | split out Annex/Journal.hs | Joey Hess | 2011-12-12 |