Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure execute bit is set on directories when core.sharedrepsitory is set. | Joey Hess | 2013-11-18 |
| | |||
* | Direct mode .git/annex/objects directories are no longer left writable | Joey Hess | 2013-11-15 |
| | | | | | | | | | Because that allowed writing to symlinks of files that are not present, which followed the link and put bad content in an object location. fsck: Fix up .git/annex/object directory permissions. This commit was sponsored by an anonymous bitcoin donor. | ||
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
| | |||
* | clean up from windows porting | Joey Hess | 2013-05-11 |
| | |||
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
| | |||
* | refactor | Joey Hess | 2013-04-30 |
| | |||
* | fix | Joey Hess | 2013-02-24 |
| | |||
* | hopefully fix a bug | Joey Hess | 2013-02-24 |
| | |||
* | crippled filesystem support, probing and initial support | Joey Hess | 2013-02-14 |
| | | | | | | | | | | | | git annex init probes for crippled filesystems, and sets direct mode, as well as `annex.crippledfilesystem`. Avoid manipulating permissions of files on crippled filesystems. That would likely cause an exception to be thrown. Very basic support in Command.Add for cripped filesystems; avoids the lock down entirely since doing it needs both permissions and hard links. Will make this better soon. | ||
* | ensure that content directory is thawed when writing direct mode mapping and ↵ | Joey Hess | 2013-01-26 |
| | | | | cache files | ||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | cache parsed core.sharedrepository | Joey Hess | 2012-04-21 |
| | |||
* | honor core.sharedRepository when making all the other files in the annex | Joey Hess | 2012-04-21 |
Lock files, directories, etc. |