applied patch
authorJoey Hess <joeyh@joeyh.name>
Tue, 30 Apr 2024 19:17:38 +0000 (15:17 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 30 Apr 2024 19:17:38 +0000 (15:17 -0400)
CHANGELOG
doc/todo/__91__PATCH__93___Change_--copies__39___meta_parameter_to_NUMBER.mdwn

index 735d81282c9d537918f435421213838be61fccaf..2daa80cfd5337ae30d898821eb82c47be9f129bf 100644 (file)
--- 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 <id@joeyh.name>  Tue, 27 Feb 2024 13:07:10 -0400
 
index c36e928a313760a14ae3835de8d64135891dce14..bdb8e4c60a33e603f86c34e45c863b8d9818d571 100644 (file)
@@ -26,3 +26,6 @@ index 694b60d240..07cf54069e 100644
 -- 
 2.43.0
 ```
+
+> Thanks! I've applied this for the next release.
+> [[done]] --[[Joey]]