From: Joey Hess Date: Tue, 30 Apr 2024 19:17:38 +0000 (-0400) Subject: applied patch X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3cca8a9f8df8c22bf3f0ebf0a35a5b8de4a5b62;p=git-annex.git applied patch --- diff --git a/CHANGELOG b/CHANGELOG index 735d81282c..2daa80cfd5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Tue, 27 Feb 2024 13:07:10 -0400 diff --git a/doc/todo/__91__PATCH__93___Change_--copies__39___meta_parameter_to_NUMBER.mdwn b/doc/todo/__91__PATCH__93___Change_--copies__39___meta_parameter_to_NUMBER.mdwn index c36e928a31..bdb8e4c60a 100644 --- a/doc/todo/__91__PATCH__93___Change_--copies__39___meta_parameter_to_NUMBER.mdwn +++ b/doc/todo/__91__PATCH__93___Change_--copies__39___meta_parameter_to_NUMBER.mdwn @@ -26,3 +26,6 @@ index 694b60d240..07cf54069e 100644 -- 2.43.0 ``` + +> Thanks! I've applied this for the next release. +> [[done]] --[[Joey]]