add news item for git-annex 10.20220724
This commit is contained in:
parent
a0e788c94a
commit
0ffb860981
2 changed files with 23 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
git-annex 10.20220222 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text=""" * 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"
|
|
||||||
* 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.
|
|
||||||
* Pass --no-textconv when running git diff internally."""]]
|
|
23
doc/news/version_10.20220724.mdwn
Normal file
23
doc/news/version_10.20220724.mdwn
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
git-annex 10.20220724 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text=""" * filter-process: Fix a bug involving handling of empty files,
|
||||||
|
that caused git to kill git-annex filter-process.
|
||||||
|
* add: Fix reversion when adding an annex link that has been moved to
|
||||||
|
another directory. (Introduced in version 10.20220624)
|
||||||
|
* Added annex.alwayscompact setting which can be unset to speed up
|
||||||
|
writes to the git-annex branch in some cases. See its documentation
|
||||||
|
for important notes on when it's appropariate to use.
|
||||||
|
* adb: Added configuration setting oldandroid=true to avoid using
|
||||||
|
find -printf, which was first supported in Android around 2019-2020.
|
||||||
|
This may need to be enabled for old android devices that used to work
|
||||||
|
without it being set, since version 10.20220222 started using
|
||||||
|
find -printf.
|
||||||
|
* --backend is no longer a global option, and is only accepted by
|
||||||
|
commands that actually need it.
|
||||||
|
* Improve handling of parallelization with -J when copying content
|
||||||
|
from/to a git remote that is a local path.
|
||||||
|
* S3: Avoid writing or checking the uuid file in the S3 bucket when
|
||||||
|
importtree=yes or exporttree=yes.
|
||||||
|
* Fix a reversion that prevented --batch commands (and the assistant)
|
||||||
|
from noticing data written to the journal by other commands.
|
||||||
|
* Fix building with the Assistant build flag disabled but the Webapp
|
||||||
|
build flag enabled."""]]
|
Loading…
Reference in a new issue