Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | detect renames during commit, and .. um, do nothing special because it's ↵ | Joey Hess | 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 | Joey Hess | 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 | Joey Hess | 2013-02-27 |
| | |||
* | move Arbitrary instances out of Test and into modules that define the types | Joey Hess | 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 ↵ | Joey Hess | 2013-02-19 |
| | | | | time they are mounted. | ||
* | split out Utility.InodeCache | Joey Hess | 2013-02-14 |