releasing package git-annex version 10.20220222
This commit is contained in:
parent
866cad6582
commit
1c4b0b4c2b
2 changed files with 7 additions and 7 deletions
12
CHANGELOG
12
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 <id@joeyh.name> Mon, 31 Jan 2022 13:14:42 -0400
|
||||
-- Joey Hess <id@joeyh.name> Tue, 22 Feb 2022 13:01:20 -0400
|
||||
|
||||
git-annex (10.20220127) upstream; urgency=medium
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: git-annex
|
||||
Version: 10.20220127
|
||||
Version: 10.20220222
|
||||
Cabal-Version: >= 1.10
|
||||
License: AGPL-3
|
||||
Maintainer: Joey Hess <id@joeyh.name>
|
||||
|
|
Loading…
Reference in a new issue