From: Joey Hess Date: Tue, 3 Sep 2024 16:38:59 +0000 (-0400) Subject: Fix --debug display of onlyingroup preferred content expression. X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~21^2~47 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b2bd42540f406dac397ca93ef46452abef1de9c;p=git-annex.git Fix --debug display of onlyingroup preferred content expression. --- diff --git a/CHANGELOG b/CHANGELOG index 0dd314db31..8fc1eacbcf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +git-annex (10.20240832) UNRELEASED; urgency=medium + + * Fix --debug display of onlyingroup preferred content expression. + + -- Joey Hess Tue, 03 Sep 2024 12:38:42 -0400 + git-annex (10.20240831) upstream; urgency=medium * Special remotes configured with exporttree=yes annexobjects=yes diff --git a/Limit.hs b/Limit.hs index 778a7e65d8..40b571f8e2 100644 --- a/Limit.hs +++ b/Limit.hs @@ -565,7 +565,7 @@ limitOnlyInGroup getgroupmap groupname = Right $ MatchFiles , matchNeedsKey = True , matchNeedsLocationLog = True , matchNeedsLiveRepoSize = False - , matchDesc = "inallgroup" =? groupname + , matchDesc = "onlyingroup" =? groupname } where check notpresent want key = do