Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix permission damage (thanks, Windows) | 2013-05-11 | |
| | |||
* | clean up from windows porting | 2013-05-11 | |
| | |||
* | git-annex now builds on Windows (doesn't work) | 2013-05-11 | |
| | |||
* | detect renames during commit, and .. um, do nothing special because it's ↵ | 2013-03-11 | |
| | | | | | | lunch time But I'm well set up to fast-track direct mode adds for renames now. | ||
* | remove Eq instance for InodeCache | 2013-03-11 | |
| | | | | | | | | | There are two types of equality here, and which one is right varies, so this forces me to consider and choose between them. Based on this, I learned that the commit in git anex sync was always doing a strong comparison, even when in a repository where the inodes had changed. Fixed that. | ||
* | improve imports | 2013-02-27 | |
| | |||
* | move Arbitrary instances out of Test and into modules that define the types | 2013-02-27 | |
| | | | | This is possible now that we build-depend on QuickCheck. | ||
* | Direct mode: Support filesystems like FAT which can change their inodes each ↵ | 2013-02-19 | |
| | | | | time they are mounted. | ||
* | split out Utility.InodeCache | 2013-02-14 | |