From 3e79e3a1167d1e51a304728beae28329a8af758b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Jun 2022 13:59:52 -0400 Subject: [PATCH] add news item for git-annex 10.20220624 --- doc/news/version_10.20220624.mdwn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/news/version_10.20220624.mdwn diff --git a/doc/news/version_10.20220624.mdwn b/doc/news/version_10.20220624.mdwn new file mode 100644 index 0000000000..f2a6ba5522 --- /dev/null +++ b/doc/news/version_10.20220624.mdwn @@ -0,0 +1,23 @@ +git-annex 10.20220624 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."""]] \ No newline at end of file