followup and close

This commit is contained in:
Joey Hess 2020-02-26 18:29:06 -04:00
parent 81e3faf810
commit 64639ff9b1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 0 deletions

View file

@ -48,3 +48,4 @@ remote annex size: 10 bytes
I am using git-annex since 2014 for all kinds of situations and I am very grateful for all the work you've put into this software. It even gets better over time ;) I am using git-annex since 2014 for all kinds of situations and I am very grateful for all the work you've put into this software. It even gets better over time ;)
> [[fixed|done]] in git-annex 7.20200226. --[[Joey]]

View file

@ -20,6 +20,9 @@ More examples:
could at least try to multicast back to the same host) could at least try to multicast back to the same host)
* git-annex addurl and git-annex importfeed with http urls. * git-annex addurl and git-annex importfeed with http urls.
And testing the various security configs that affect them. And testing the various security configs that affect them.
* The reversions where git-annex forgot to encrypt content stored
on gcrypt and git-lfs remotes could have been detected if there was a
test suite that tested them.
This could be done as a new command or a flag to `git annex test`. This could be done as a new command or a flag to `git annex test`.
In any case, the new test suite would need to be run somewhere; In any case, the new test suite would need to be run somewhere;