From aa00e171cb3965d68535cac93175c6dc586f06fc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 May 2021 10:51:39 -0400 Subject: [PATCH] annex.supportunlocked should not prevent scan for annexed files That scan used to be only for unlocked files, but no longer.. --- Annex/Init.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Annex/Init.hs b/Annex/Init.hs index c1834085d1..124e28865b 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -133,9 +133,8 @@ initialize' mversion = checkInitializeAllowed $ do then configureSmudgeFilter else deconfigureSmudgeFilter unlessM isBareRepo $ do - when supportunlocked $ do - showSideAction "scanning for annexed files" - scanAnnexedFiles + showSideAction "scanning for annexed files" + scanAnnexedFiles hookWrite postCheckoutHook hookWrite postMergeHook AdjustedBranch.checkAdjustedClone >>= \case