From a6b53cb7397c11415fff313a5010dcdb9131558b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 22 Feb 2022 13:34:58 -0400 Subject: [PATCH] add news item for git-annex 10.20220222 --- doc/news/version_10.20220222.mdwn | 15 +++++++++++++ doc/news/version_8.20211028.mdwn | 35 ------------------------------- 2 files changed, 15 insertions(+), 35 deletions(-) create mode 100644 doc/news/version_10.20220222.mdwn delete mode 100644 doc/news/version_8.20211028.mdwn diff --git a/doc/news/version_10.20220222.mdwn b/doc/news/version_10.20220222.mdwn new file mode 100644 index 0000000000..6114abd9b9 --- /dev/null +++ b/doc/news/version_10.20220222.mdwn @@ -0,0 +1,15 @@ +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."""]] \ No newline at end of file diff --git a/doc/news/version_8.20211028.mdwn b/doc/news/version_8.20211028.mdwn deleted file mode 100644 index 10ab327351..0000000000 --- a/doc/news/version_8.20211028.mdwn +++ /dev/null @@ -1,35 +0,0 @@ -git-annex 8.20211028 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Removed support for accessing git remotes that use versions of - git-annex older than 6.20180312. - * git-annex-shell: Removed several commands that were only needed to - support git-annex versions older than 6.20180312. - * Negotiate P2P protocol version with tor remotes, allowing - use of protocol version 1. This negotiation is not supported - by versions of git-annex older than 6.20180312. - * Fix bug that caused stale git-annex branch information to read - when annex.private or remote.name.annex-private is set. - * git-annex get when run as the first git-annex command in a new repo - did not populate all unlocked files. - (Reversion in version 8.20210621) - * Fix using lookupkey and info inside a subdirectory of the git repository. - (Reversion in version 8.20211011) - * Avoid some sqlite crashes on Windows SubSystem for Linux (WSL). - * Call annex.freezecontent-command on the annex object file - after it has been moved into place in annex/objects/. This allows - the hook to freeze the file in ways that prevent moving it, such as - removing the Windows delete permission. - Thanks, Reiko Asakura. - * addurl: Support adding the same url to multiple files at the same - time when using -J with --batch --with-files. - * When retrieval from a chunked remote fails, display the error that - occurred when downloading the chunk, rather than the error that - occurred when trying to download the unchunked content, which is less - likely to actually be stored in the remote. - * Avoid crashing tilde expansion on user who does not exist. - * test: Put gpg temp home directory in system temp directory, - not filesystem being tested."""]] - -News for 8.20211028: - -This version of git-annex removes support for communicating with git-annex -remotes that have version 6.20180312 or older installed.