Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | quiet warning on windows | Joey Hess | 2016-02-15 |
| | |||
* | don't try to pull in libmagic on windows | Joey Hess | 2016-02-15 |
| | | | | | May be possible to install the library somehow, but it certainly won't be available normally, and so cabal will fail to install magic. | ||
* | more windows build fix | Joey Hess | 2016-02-15 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-15 |
|\ | |||
* | | fix windows build | Joey Hess | 2016-02-15 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
|/ | |||
* | add spacer to menu | Joey Hess | 2016-02-15 |
| | |||
* | comment | Joey Hess | 2016-02-15 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-15 |
|\ | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
| | | |||
| * | added [[!meta author=yoh]] | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-15 |
| | | |||
| * | Added a comment | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-02-15 |
| | | |||
| * | (no commit message) | jonan | 2016-02-15 |
| | | |||
* | | fix make fast to link executable again | Joey Hess | 2016-02-15 |
| | | | | | | | | Use second ghc pass, not first. | ||
* | | deprecated | Joey Hess | 2016-02-14 |
| | | |||
* | | remove unused Read instance | Joey Hess | 2016-02-14 |
|/ | |||
* | fix typo | Joey Hess | 2016-02-14 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-14 |
|\ | |||
* | | devblog | Joey Hess | 2016-02-14 |
| | | |||
* | | fsck: Populate unlocked files in v6 repositories whose content is present in ↵ | Joey Hess | 2016-02-14 |
| | | | | | | | | | | | | annex/objects but didn't reach the work tree. This also handles fixing up after f9dfeaf801da2e4d5879b3de5895dc3cef68a329 | ||
* | | fsck: Detect and fix missing associated file mappings in v6 repositories. | Joey Hess | 2016-02-14 |
| | | | | | | | | | | This also handles fixing up after the bad data written by f9dfeaf801da2e4d5879b3de5895dc3cef68a329. | ||
* | | files with only 1 linkCount may still be unlocked | Joey Hess | 2016-02-14 |
| | | | | | | | | When on crippled filesystem, or without annex.thin set. | ||
* | | clean up | Joey Hess | 2016-02-14 |
| | | |||
* | | Fix storing of filenames of v6 unlocked files when the filename is not ↵ | Joey Hess | 2016-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | representable in the current locale. This is a mostly backwards compatable change. I broke backwards compatability in the case where a filename starts with double-quote. That seems likely to be very rare, and v6 unlocked files are a new feature anyway, and fsck needs to fix missing associated file mappings anyway. So, I decided that is good enough. The encoding used is to just show the String when it contains a problem character. While that adds some overhead to addAssociatedFile and removeAssociatedFile, those are not called very often. This approach has minimal decode overhead, because most filenames won't be encoded that way, and it only has to look for the leading double-quote to skip the expensive read. So, getAssociatedFiles remains fast. I did consider using ByteString instead, but getting a FilePath converted with all chars intact, even surrigates, is difficult, and it looks like instance PersistField ByteString uses Text, which I don't trust for problem encoded data. It would probably be slower too, and it would make the database less easy to inspect manually. | ||
| * | Added a comment | jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f | 2016-02-14 |
| | | |||
* | | better types | Joey Hess | 2016-02-14 |
| | | |||
* | | close | Joey Hess | 2016-02-14 |
|/ | |||
* | close | Joey Hess | 2016-02-14 |
| | |||
* | comment | Joey Hess | 2016-02-14 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-14 |
|\ | |||
* | | fixed a couple days ago | Joey Hess | 2016-02-14 |
| | | |||
* | | Work around problem with concurrent-output when in a non-unicode locale by ↵ | Joey Hess | 2016-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | avoiding use of it in such a locale. Instead -J will behave as if it was built without concurrent-output support in this situation. Ie, it will be mostly quiet, except when there's an error. Note that it's not a problem for a filename to contain invalid utf-8 when in a utf-8 locale. That is handled ok by concurrent-output. It's only displaying unicode characters in a non-unicode locale that doesn't work. | ||
| * | (no commit message) | jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f | 2016-02-14 |
| | | |||
| * | Added a comment | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-02-13 |
| | | |||
| * | (no commit message) | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-02-13 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-02-12 |
| | | |||
| * | Added a comment: Thanks | Gus | 2016-02-12 |
|/ | |||
* | avoid --batch crashing if a remote fails to be accessed | Joey Hess | 2016-02-12 |
| | |||
* | checkpresentkey: Allow to be run without an explicit remote and add --batch | Joey Hess | 2016-02-12 |
| | | | | | * checkpresentkey: Allow to be run without an explicit remote. * checkpresentkey: Added --batch. | ||
* | comment | Joey Hess | 2016-02-12 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-12 |
|\ | |||
* | | if keys database cannot be opened due to permissions, ignore | Joey Hess | 2016-02-12 |
| | | | | | | | | | | | | This lets readonly repos be used. If a repo is readonly, we can ignore the keys database, because nothing that we can do will change the state of the repo anyway. | ||
* | | create directory for transfer lock file, and catch perm error | Joey Hess | 2016-02-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the call to mkProgressUpdater created the directory as a side-effect, but since that ignored failure to create it, this led to a "does not exist" exception when the transfer lock file was created, rather than a permissions error. So, make sure the directory exists before trying to lock the file in it. When a PermissionDenied exception is caught, skip making the transfer lock. This lets downloads from readonly remotes happen. If an upload is being tried, and the lock file can't be written due to permissions, then probably the actual transfer will fail for the same reason, so I think it's ok that it continues w/o taking the lock in that case. | ||
* | | close | Joey Hess | 2016-02-12 |
| | | |||
| * | (no commit message) | Gus | 2016-02-12 |
|/ | |||
* | add densho | Joey Hess | 2016-02-12 |
| | |||
* | add news item for git-annex 6.20160211 | Joey Hess | 2016-02-11 |
| |