confirmed fix
This commit is contained in:
parent
34875a5ca1
commit
9583b267f5
2 changed files with 13 additions and 1 deletions
|
@ -32,7 +32,9 @@ git-annex (8.20200523) UNRELEASED; urgency=medium
|
||||||
* Avoid creating the keys database during init when there are no unlocked
|
* Avoid creating the keys database during init when there are no unlocked
|
||||||
files, to prevent init failing when sqlite does not work in the
|
files, to prevent init failing when sqlite does not work in the
|
||||||
filesystem.
|
filesystem.
|
||||||
* import: Avoid using some strange names for temporary keys.
|
* import: Avoid using some strange names for temporary keys,
|
||||||
|
which broke importing from a directory special remote onto a vfat
|
||||||
|
filesystem.
|
||||||
* S3: The REDUCED_REDUNDANCY storage class is no longer cheaper so
|
* S3: The REDUCED_REDUNDANCY storage class is no longer cheaper so
|
||||||
stop documenting it, and stop offering it as a choice in the assistant.
|
stop documenting it, and stop offering it as a choice in the assistant.
|
||||||
* Improve display of problems auto-initializing or upgrading local git
|
* Improve display of problems auto-initializing or upgrading local git
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 7"""
|
||||||
|
date="2020-06-17T16:11:37Z"
|
||||||
|
content="""
|
||||||
|
Confirmed that, on vfat, "foo " is not a legal filename. News to me.
|
||||||
|
|
||||||
|
So, the original failing test case was indeed caused by that, and has
|
||||||
|
been fixed.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue