summaryrefslogtreecommitdiff
path: root/Annex/Direct.hs
Commit message (Expand)AuthorAge
* update inode cache after copying contentGravatar Joey Hess2013-05-20
* didn't quite get removeDirect right before, this passes test suiteGravatar Joey Hess2013-05-20
* minor optimisation and warning fixGravatar Joey Hess2013-05-20
* direct mode bug fix: After a conflicted merge was automatically resolved, the...Gravatar Joey Hess2013-05-20
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* fix toDirectGen bug introduced in 7d345fcb307cfecb5fa834a0b17be01e4e6f5df8Gravatar Joey Hess2013-05-15
* direct: Fix a bug that could cause some files to be left in indirect mode.Gravatar Joey Hess2013-05-06
* thaw content directory in direct mode tooGravatar Joey Hess2013-04-30
* sync: Bug fix, avoid adding to the annex the dummy symlinks used on crippled ...Gravatar Joey Hess2013-04-23
* Bugfix: Direct mode no longer repeatedly checksums duplicated files.Gravatar Joey Hess2013-04-06
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* hlintGravatar Joey Hess2013-04-03
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* hlintGravatar Joey Hess2013-02-18
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* start to support core.symlinks=falseGravatar Joey Hess2013-02-15
* add: Improved detection of files that are modified while being added.Gravatar Joey Hess2013-02-14
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* ensure that content directory is thawed when writing direct mode mapping and ...Gravatar Joey Hess2013-01-26
* some more direct mode fixesGravatar Joey Hess2013-01-18
* Fix direct mode mapping code to always store direct mode filenames relative t...Gravatar Joey Hess2013-01-18
* In direct mode, files with the same key are no longer hardlinked, as that wou...Gravatar Joey Hess2013-01-14
* add works in direct modeGravatar Joey Hess2013-01-06
* direct: Avoid hardlinking symlinks that point to the same content when the co...Gravatar Joey Hess2013-01-06
* assistant direct mode file add/change bookkeepingGravatar Joey Hess2012-12-25
* commentGravatar Joey Hess2012-12-19
* normalise associated filesGravatar Joey Hess2012-12-19
* partial and incomplete automatic merging in direct modeGravatar Joey Hess2012-12-18
* direct mode merging works!Gravatar Joey Hess2012-12-18
* direct mode committingGravatar Joey Hess2012-12-12