Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use forM_ in a few places | Joey Hess | 2011-01-31 |
| | |||
* | use mapM_ | Joey Hess | 2011-01-31 |
| | |||
* | better directory handling | Joey Hess | 2011-01-27 |
| | | | | | | | | | | Rename Locations functions for better consitency, and make their values more consistent too. Used </> rather than manually building paths. There are still more places that manually do so, but are tricky, due to the behavior of </> when the second FilePath is absolute. So I only changed places where it obviously was relative. | ||
* | got rid of Core module | Joey Hess | 2011-01-16 |
| | | | | Most of it was to do with managing annexed Content, so put there | ||
* | Avoid multiple calls to git ls-files when passed eg, "*". | Joey Hess | 2010-12-23 |
| | |||
* | Support upgrading from a v0 annex with nothing in it. | Joey Hess | 2010-12-20 |
| | |||
* | Fix upgrade from 0.03. | Joey Hess | 2010-12-13 |
| | |||
* | move stuff out of Core | Joey Hess | 2010-11-14 |