Commit graph

6801 commits

Author SHA1 Message Date
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
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
85386d6408 2016-02-09 18:59:32 +00:00
annuges
aac064d688 Added a comment 2016-02-09 13:49:43 +00:00
Joey Hess
17c97434f2
init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule. 2016-02-08 15:41:27 -04:00
Joey Hess
085ec7d693
retitle 2016-02-08 15:26:18 -04:00
Joey Hess
6b6911f6ff
update 2016-02-08 15:25:36 -04:00
Joey Hess
dba6a4bc6e
comment 2016-02-08 15:21:00 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2c70c88396 Added a comment 2016-02-08 16:21:57 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0c852966a6 Added a comment: submodules of the submodules 2016-02-08 16:05:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
54a83f5288 2016-02-08 15:50:17 +00:00
annuges
18a021a43f 2016-02-07 16:00:39 +00:00
Joey Hess
80ee1bcf71
followup 2016-02-05 13:03:43 -04:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
7bef2c110c removed 2016-02-05 07:47:14 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
cc0a436589 Added a comment 2016-02-05 06:43:28 +00:00