This commit is contained in:
Joey Hess 2013-03-18 11:49:10 -04:00
parent 7a77f98576
commit 00ba0b9f4d
3 changed files with 10 additions and 0 deletions

View file

@ -21,3 +21,8 @@ Additional information:
* The files that the Assistant started trying to drop were, I believe, the first (alphabetically) files in my repository to contain non-ascii characters in their file names (some French accented letters)
Thanks.
> The non-ascii characters are the giveaway: For 1 version, git-annex used
> a regex library that failed to ever match non-ascii characters. So it
> thought backup repos, which match "*" with a regex, wanted no such files.
> This is [[fixed|done]]. --[[Joey]]