complete annex.skipunknown transition

annex.skipunknown now defaults to false, so commands like `git annex get foo*`
will not silently skip over files/dirs that are not checked into git.

Sponsored-by: Brock Spratlen on Patreon
This commit is contained in:
Joey Hess 2022-02-18 13:18:05 -04:00
parent 56d180864f
commit 07215cfeb5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 16 additions and 4 deletions

View file

@ -2,3 +2,5 @@ annex.skipunknown should be changed to default to false in early 2022.
This transition was started in mid 2020 and there should have been plenty
of time for people to learn about it and either set their preferred
behavior or change workflows for the new behavior.
> [[done]] --[[Joey]]