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

9
NEWS
View file

@ -1,3 +1,12 @@
git-annex (10.20220218) upstream; urgency=medium
Transition notice: Commands like `git-annex get foo*` have changed to error
out when some of files are not checked into the repository. To get back the
previous behavior of silently skipping unknown files, use git config
to set annex.skipunknown to true.
-- Joey Hess <id@joeyh.name> Fri, 18 Feb 2022 13:12:21 -0400
git-annex (8.20211028) upstream; urgency=medium
This version of git-annex removes support for communicating with git-annex