-git-annex (10.20230408) UNRELEASED; urgency=medium
+git-annex (10.20230626) upstream; urgency=medium
* Split out two new commands, git-annex pull and git-annex push.
Those plus a git commit are equivilant to git-annex sync.
* Support building with optparse-applicative 0.18.1
(Thanks, Peter Simons)
- -- Joey Hess <id@joeyh.name> Sat, 08 Apr 2023 13:57:18 -0400
+ -- Joey Hess <id@joeyh.name> Mon, 26 Jun 2023 10:37:36 -0400
git-annex (10.20230407) upstream; urgency=medium
+git-annex (10.20230626) upstream; urgency=medium
+
+ Many commands now quote filenames that contain unusual characters the
+ same way that git does, to avoid exposing control characters to the
+ terminal. The core.quotePath config can be set to false to disable this
+ quoting.
+
+ -- Joey Hess <id@joeyh.name> Mon, 26 Jun 2023 10:38:07 -0400
+
git-annex (10.20220218) upstream; urgency=medium
Transition notice: Commands like `git-annex get foo*` have changed to error