Commit graph

19770 commits

Author SHA1 Message Date
Joey Hess
09234eb42d
comment 2016-02-19 14:47:08 -04:00
Joey Hess
e1a858f87e
comment 2016-02-19 11:56:11 -04:00
davho
ff2baf59b2 removed 2016-02-19 15:50:03 +00:00
davho
90fff21cb4 removed 2016-02-19 15:49:36 +00:00
davho
41fd9ab0b8 Added a comment: Why would it fail? 2016-02-19 15:49:01 +00:00
davho
2466284a23 Added a comment: Why would it fail? 2016-02-19 15:48:39 +00:00
davho
0ac5e41eef Added a comment: Why would it fail? 2016-02-19 15:48:15 +00: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
fcc8a60aaf
add news item for git-annex 6.20160217 2016-02-17 15:12:13 -04:00
84.142.108.233
e7dc6b0211 poll vote (My phone (or MP3 player)) 2016-02-17 18:04:23 +00: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
Joey Hess
99a17b337e
devblog 2016-02-16 16:43:02 -04:00
Joey Hess
15148ee9eb
annex.addunlocked
* 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)
2016-02-16 14:43:43 -04:00
Joey Hess
32dcc1303a
devblog 2016-02-15 16:55:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ef557d7cac Added a comment 2016-02-15 17:05:08 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2301c7c134 Added a comment 2016-02-15 17:02:59 +00:00
Joey Hess
dfbb5db3a8
add spacer to menu 2016-02-15 13:02:14 -04:00
Joey Hess
4eeb25d9c9
comment 2016-02-15 12:52:56 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
813d3262d2 2016-02-15 16:30:37 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ad15d778e3 added [[!meta author=yoh]] 2016-02-15 15:29:22 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
eb879367a7 Added a comment 2016-02-15 15:28:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8ed1e1bc66 2016-02-15 15:26:36 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
2e62e4cce0 Added a comment 2016-02-15 09:47:24 +00:00
jonan
60d9cb69ea 2016-02-15 09:37:52 +00:00
Joey Hess
2ce5b6cdf2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 18:03:31 -04:00
Joey Hess
49215d68ae
devblog 2016-02-14 18:01:35 -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
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e772a62b4 2016-02-12 22:39:04 +00:00
Gus
b988b526f7 Added a comment: Thanks 2016-02-12 21:47:53 +00:00
Joey Hess
cc4d3e3d45
checkpresentkey: Allow to be run without an explicit remote and add --batch
* checkpresentkey: Allow to be run without an explicit remote.
* checkpresentkey: Added --batch.
2016-02-12 16:43:51 -04:00
Joey Hess
84d657312e
comment 2016-02-12 14:36:00 -04:00
Joey Hess
c0a34d909d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-12 14:21:25 -04:00
Joey Hess
9df13e73ae
if keys database cannot be opened due to permissions, ignore
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.
2016-02-12 14:16:35 -04:00
Joey Hess
1ec91f0c44
close 2016-02-12 13:41:50 -04:00