annex.supportunlocked should not prevent scan for annexed files
That scan used to be only for unlocked files, but no longer..
This commit is contained in:
parent
759e5a9903
commit
aa00e171cb
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue