applied patch

This commit is contained in:
Joey Hess 2024-04-30 15:17:38 -04:00
parent cb541b9ecd
commit f3cca8a9f8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,8 @@ git-annex (10.20240228) UNRELEASED; urgency=medium
a new version of rclone, which supports "rclone gitannex".
* annex.maxextensions configuration controls how many filename
extensions to preserve.
* find: Fix --help for --copies.
Thanks, Gergely Risko
-- Joey Hess <id@joeyh.name> Tue, 27 Feb 2024 13:07:10 -0400

View file

@ -26,3 +26,6 @@ index 694b60d240..07cf54069e 100644
--
2.43.0
```
> Thanks! I've applied this for the next release.
> [[done]] --[[Joey]]