summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | commentGravatar Joey Hess2016-02-19
| |
* | closeGravatar Joey Hess2016-02-19
|/
* commentGravatar Joey Hess2016-02-19
|
* closeGravatar Joey Hess2016-02-19
|
* commentGravatar Joey Hess2016-02-19
|
* commentGravatar Joey Hess2016-02-19
|
* commentGravatar Joey Hess2016-02-19
|
* commentGravatar Joey Hess2016-02-19
|
* removedGravatar davho2016-02-19
|
* removedGravatar davho2016-02-19
|
* Added a comment: Why would it fail?Gravatar davho2016-02-19
|
* Added a comment: Why would it fail?Gravatar davho2016-02-19
|
* Added a comment: Why would it fail?Gravatar davho2016-02-19
|
* Added a comment: 'git-annex semitrust' seems to solve the issueGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-18
|
* Added a commentGravatar christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a2016-02-18
|
* Added a comment: repository marked as dead (!)Gravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-18
|
* followupGravatar Joey Hess2016-02-17
|
* add news item for git-annex 6.20160217Gravatar Joey Hess2016-02-17
|
* poll vote (My phone (or MP3 player))Gravatar 84.142.108.2332016-02-17
|
* followupGravatar Joey Hess2016-02-17
|
* Add some more info to the bug reportGravatar Øyvind A. Holm2016-02-17
|
* Add bug report about failing tests when annex.backends is definedGravatar sunny2562016-02-17
|
* devblogGravatar Joey Hess2016-02-16
|
* annex.addunlockedGravatar Joey Hess2016-02-16
| | | | | | | * add, addurl, import, importfeed: When in a v6 repository on a crippled filesystem, add files unlocked. * annex.addunlocked: New configuration setting, makes files always be added unlocked. (v6 only)
* devblogGravatar Joey Hess2016-02-15
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* add spacer to menuGravatar Joey Hess2016-02-15
|
* commentGravatar Joey Hess2016-02-15
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* added [[!meta author=yoh]]Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* Added a commentGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-15
|
* (no commit message)Gravatar jonan2016-02-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-02-14
|\
* | devblogGravatar Joey Hess2016-02-14
| |
* | fsck: Populate unlocked files in v6 repositories whose content is present in ↵Gravatar Joey Hess2016-02-14
| | | | | | | | | | | | annex/objects but didn't reach the work tree. This also handles fixing up after f9dfeaf801da2e4d5879b3de5895dc3cef68a329
* | Fix storing of filenames of v6 unlocked files when the filename is not ↵Gravatar Joey Hess2016-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 commentGravatar jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f2016-02-14
| |
* | closeGravatar Joey Hess2016-02-14
|/
* closeGravatar Joey Hess2016-02-14
|
* commentGravatar Joey Hess2016-02-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-02-14
|\
* | fixed a couple days agoGravatar Joey Hess2016-02-14
| |
* | Work around problem with concurrent-output when in a non-unicode locale by ↵Gravatar Joey Hess2016-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)Gravatar jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f2016-02-14
| |
| * Added a commentGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-13
| |
| * (no commit message)Gravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-13
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-12
| |