diff --git a/CHANGELOG b/CHANGELOG index 0f0d53d347..fc2c2eef9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,21 +1,21 @@ -git-annex (10.20220128) UNRELEASED; urgency=medium +git-annex (10.20220222) upstream; urgency=medium * 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. + * info: Allow using matching options in more situations. File matching + options like --include will be rejected in situations where there is + no filename to match against. * adb: Avoid find failing with "Argument list too long" - * Pass --no-textconv when running git diff internally. * Fix git-annex forget propagation between repositories. (reversion introduced in version 7.20190122) * registerurl, unregisterurl: Improved output when reading from stdin to be more like other batch commands. * registerurl, unregisterurl: Added --json and --json-error-messages options. * Avoid git status taking a long time after git-annex unlock of many files. - * info: Allow using matching options in more situations. File matching - options like --include will be rejected in situations where there is - no filename to match against. + * Pass --no-textconv when running git diff internally. - -- Joey Hess Mon, 31 Jan 2022 13:14:42 -0400 + -- Joey Hess Tue, 22 Feb 2022 13:01:20 -0400 git-annex (10.20220127) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 2142462b6f..2bc014b98e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20220127 +Version: 10.20220222 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess