Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved temp file handling | Joey Hess | 2011-01-28 |
| | | | | | | | * Improved temp file handling. Transfers of content can now be resumed from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list. | ||
* | idiom | Joey Hess | 2011-01-27 |
| | |||
* | 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. | ||
* | avoid warning when symlink in the repo contains a colon but is not a | Joey Hess | 2011-01-27 |
| | | | | pointer to annexed content | ||
* | hlint tweaks | Joey Hess | 2010-11-22 |
| | | | | Remotes.hs next, and also Backend/* and Command/* | ||
* | dropunused | Joey Hess | 2010-11-15 |
| | |||
* | fsck improvements | Joey Hess | 2010-11-13 |
| | | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data. | ||
* | typo | Joey Hess | 2010-11-08 |
| | |||
* | Reorganised the layout of .git/annex/ | Joey Hess | 2010-11-08 |
| | |||
* | reorg .git/annex | Joey Hess | 2010-11-08 |
| | |||
* | add annexDir | Joey Hess | 2010-11-07 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | bugfix | Joey Hess | 2010-10-25 |
| | |||
* | drop incomplete bare repo support | Joey Hess | 2010-10-25 |
| | | | | | | Added a bug about it. Now git annex move --from works fully | ||
* | git annex move --from remote almost working | Joey Hess | 2010-10-25 |
| | |||
* | gratuitous rename | Joey Hess | 2010-10-18 |
| | |||
* | atomic file retrieval from backends | Joey Hess | 2010-10-17 |
| | |||
* | bugfix: don't add files under .git-annex | Joey Hess | 2010-10-16 |
| | | | | That could happen if git annex add -N were used repeatedly.. | ||
* | tweaks | Joey Hess | 2010-10-16 |
| | |||
* | relative link fix | Joey Hess | 2010-10-15 |
| | |||
* | changed key to include backend name | Joey Hess | 2010-10-14 |
| | |||
* | more reorg, spiffed up state monad | Joey Hess | 2010-10-14 |
| | |||
* | more namespace cleanup | Joey Hess | 2010-10-14 |
| | |||
* | convert GitRepo to qualified import | Joey Hess | 2010-10-14 |
| | |||
* | update | Joey Hess | 2010-10-13 |
| | |||
* | copying almost working | Joey Hess | 2010-10-13 |
| | |||
* | key conversion back from file bugfixes | Joey Hess | 2010-10-13 |
| | |||
* | autobugfixing! | Joey Hess | 2010-10-13 |
| | | | | | | | | Converted Key to a real data type and caught all the places where I used an unconverted filename as a key. Had to loose some sanity checks around whether something is already annexed, but I guess I can add those back other ways. | ||
* | fix relative symlink 2 | Joey Hess | 2010-10-13 |
| | |||
* | better key to file mapping | Joey Hess | 2010-10-13 |
| | |||
* | relative symlink to annexed file | Joey Hess | 2010-10-13 |
| | |||
* | got rid of the .git-annex/key.backend files | Joey Hess | 2010-10-13 |
| | |||
* | bugfix in escaping | Joey Hess | 2010-10-13 |
| | |||
* | update | Joey Hess | 2010-10-12 |
| | |||
* | bugfixes | Joey Hess | 2010-10-12 |
| | |||
* | faddle | Joey Hess | 2010-10-12 |
| | |||
* | explicit exports | Joey Hess | 2010-10-11 |
| | |||
* | split up Types | Joey Hess | 2010-10-11 |
| | |||
* | foo | Joey Hess | 2010-10-11 |
| | |||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | convert GitRepo to struct with constructor | Joey Hess | 2010-10-10 |