remove second pass in scanAnnexedFiles
The pass was needed to populate files when annex.thin was set,
but in commit 73e0cbbb19
,
reconcileStaged started to do that. So, this second pass is not needed
any longer.
This commit is contained in:
parent
c912e7c4fd
commit
748addbe05
4 changed files with 11 additions and 86 deletions
|
@ -135,7 +135,7 @@ initialize' mversion = checkInitializeAllowed $ do
|
|||
then configureSmudgeFilter
|
||||
else deconfigureSmudgeFilter
|
||||
unlessM isBareRepo $ do
|
||||
scanAnnexedFiles True
|
||||
scanAnnexedFiles
|
||||
hookWrite postCheckoutHook
|
||||
hookWrite postMergeHook
|
||||
AdjustedBranch.checkAdjustedClone >>= \case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue