Commit graph

6814 commits

Author SHA1 Message Date
Joey Hess
2f48c0aa7c
comment 2016-03-01 11:42:40 -04:00
Joey Hess
a7df5c6867
comment 2016-03-01 11:39:34 -04:00
Joey Hess
802f0f7c8a
reopen 2016-03-01 10:48:00 -04:00
Joey Hess
439bc31b0f
comment 2016-03-01 10:36:52 -04:00
bvaa
f6e1770426 Added a comment: similar problem 2016-03-01 08:12:27 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5f0c8efb9a initial whining 2016-03-01 00:33:44 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
36224d99fd 2016-03-01 00:04:51 +00:00
michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec
36840ff2d7 2016-02-29 19:18:32 +00:00
Joey Hess
5c23b8b49a
forgot to add this comment earlier 2016-02-29 12:41:39 -04:00
Joey Hess
01f1de0c3c
close bug and changelog
finished testing recent commits, and I did solve it
2016-02-26 16:51:28 -04:00
Joey Hess
41fd029c9b
update 2016-02-26 13:54:58 -04:00
Joey Hess
66f2b3d4e0
bug 2016-02-26 13:49:26 -04:00
Joey Hess
fe44eb95e2
close 2016-02-26 13:36:17 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5d0b5eeefb 2016-02-26 04:04:40 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5e5f8f1a74 2016-02-26 03:59:37 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
969755804a 2016-02-24 21:42:28 +00:00
Joey Hess
53ad65612e
todo 2016-02-23 16:54:31 -04:00
Joey Hess
436251715c
comment 2016-02-23 11:39:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
30372c291c added [[!meta author=yoh]] 2016-02-23 14:27:24 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
56256c5274 2016-02-23 13:42:26 +00:00
Joey Hess
e038c36e3e
tag bugs that will be fixed when direct mode is removed 2016-02-19 16:46:03 -04:00
Joey Hess
87815b4609
close 2016-02-19 16:40:20 -04:00
Joey Hess
bbbd5931de
followup 2016-02-19 16:38:51 -04:00
Joey Hess
398d93d4d2
Linux and OSX standalone builds put the bundled gpg last in PATH, so any system gpg will be preferred over it. 2016-02-19 16:19:19 -04:00
Joey Hess
422b9c54a6
close 2016-02-19 15:18:02 -04:00
Joey Hess
e092ff087c
comment 2016-02-19 14:56:07 -04:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
0edacffc65 Added a comment: 'git-annex semitrust' seems to solve the issue 2016-02-18 21:51:00 +00:00
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
8f03c5df12 Added a comment 2016-02-18 21:47:39 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
7f965e5dba Added a comment: repository marked as dead (!) 2016-02-18 14:33:56 +00:00
Joey Hess
a0bf75a710
followup 2016-02-17 15:20:23 -04:00
Joey Hess
8eae137b2a
followup 2016-02-17 12:37:32 -04:00
Øyvind A. Holm
7f789c37be Add some more info to the bug report 2016-02-17 06:04:48 +00:00
sunny256
f900cfbd44 Add bug report about failing tests when annex.backends is defined 2016-02-17 05:38:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
813d3262d2 2016-02-15 16:30:37 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
2e62e4cce0 Added a comment 2016-02-15 09:47:24 +00:00
Joey Hess
2ce5b6cdf2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 18:03:31 -04:00
Joey Hess
885e54df0a
fsck: Populate unlocked files in v6 repositories whose content is present in annex/objects but didn't reach the work tree.
This also handles fixing up after cf260d9a15
2016-02-14 17:27:50 -04:00
Joey Hess
cf260d9a15
Fix storing of filenames of v6 unlocked files when the filename is not 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.
2016-02-14 16:37:25 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
1db3746ed7 Added a comment 2016-02-14 20:31:49 +00:00
Joey Hess
4100dd9733
close 2016-02-14 16:26:27 -04:00
Joey Hess
eebf42eaaa
close 2016-02-14 15:16:36 -04:00
Joey Hess
9d123645ee
comment 2016-02-14 15:14:02 -04:00
Joey Hess
5e7b53a815
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 15:12:53 -04:00
Joey Hess
9a6afb846f
fixed a couple days ago 2016-02-14 15:11:05 -04:00
Joey Hess
0f18636c8a
Work around problem with concurrent-output when in a non-unicode locale by 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.
2016-02-14 15:02:42 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
6983f0a541 2016-02-14 17:46:39 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
9597a21979 Added a comment 2016-02-13 22:27:57 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
a4745df82e 2016-02-13 00:29:58 +00:00
Joey Hess
6a7f65e62d
fix typo 2016-02-10 12:41:28 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
24e2ab277f 2016-02-09 23:58:12 +00:00