add news item for git-annex 10.20220526
This commit is contained in:
parent
86968a4047
commit
65e86ed167
2 changed files with 23 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
git-annex 10.20220127 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * New v10 repository version (with v9 as a stepping-stone to it).
|
||||
v8 remains the default version for now.
|
||||
* In v10, object files are locked using separate lock files. This allows
|
||||
the object files to be kept non-writable even in repositories where
|
||||
core.sharedRepository is set.
|
||||
* The v10 upgrade will happen automatically, one year after the v9
|
||||
upgrade, in order to allow time for any old git-annex processes that
|
||||
are not aware of the locking change to finish. Or git-annex upgrade
|
||||
can be used to upgrade to v10 immediately.
|
||||
* In v9 upgrade, set filter.annex.process. This makes git add/checkout faster
|
||||
when there are a lot of unlocked annexed files or non-annexed files, but can
|
||||
also make git add of large files to the annex somewhat slower.
|
||||
If this tradeoff does not work for your use case, you can still unset
|
||||
filter.annex.process.
|
||||
* export: When a non-annexed symlink is in the tree to be exported, skip it.
|
||||
* import: When the previously exported tree contained a non-annexed symlink,
|
||||
preserve it in the imported tree so it does not get deleted.
|
||||
* enableremote, renameremote: Better handling of the unusual case where
|
||||
multiple special remotes have been initialized with the same name.
|
||||
* Recover from corrupted content being received from a git remote,
|
||||
by deleting the temporary file when it fails to verify. This prevents
|
||||
a retry from failing again.
|
||||
(reversion introduced in version 8.20210903)
|
||||
* adb: Added ignorefinderror configuration parameter.
|
||||
* Avoid crashing when run in a bare git repo that somehow contains an
|
||||
index file.
|
||||
* Reject combinations of --batch (or --batch-keys) with options like
|
||||
--all or --key or with filenames."""]]
|
23
doc/news/version_10.20220526.mdwn
Normal file
23
doc/news/version_10.20220526.mdwn
Normal file
|
@ -0,0 +1,23 @@
|
|||
git-annex 10.20220526 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * init: Added --no-autoenable option.
|
||||
* info: Added --autoenable option.
|
||||
* initremote: Improve handling of type=git special remotes.
|
||||
The location value no longer needs to match the url of an existing
|
||||
git remote, and locations not using ssh:// will work now, including
|
||||
both paths and host:/path
|
||||
* Fix retrival of an empty file that is stored in a special remote with
|
||||
chunking enabled.
|
||||
(Fixes a reversion in 8.20201103)
|
||||
* move: Improve resuming a move that succeeded in transferring the
|
||||
content, but where dropping failed due to eg a network problem,
|
||||
in cases where numcopies checks prevented the resumed
|
||||
move from dropping the object from the source repository.
|
||||
* add, fix, lock, rekey: When several files were being processed,
|
||||
replacing an annex symlink of a file that was already processed
|
||||
with a new large file could sometimes cause that large file to be
|
||||
added to git. These races have been fixed.
|
||||
* add: Also fix a similar race that could cause a large file be added
|
||||
to git when a small file was modified or overwritten while it was
|
||||
being added.
|
||||
* add --batch: Fix handling of a file that is skipped due to being
|
||||
gitignored."""]]
|
Loading…
Reference in a new issue