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
|
@ -267,7 +267,7 @@ update = do
|
|||
-- point to refresh the keys database for changes to annexed files.
|
||||
-- Doing it explicitly here avoids a later pause in the middle of
|
||||
-- some other action.
|
||||
scanAnnexedFiles False
|
||||
scanAnnexedFiles
|
||||
updateSmudged (Restage True)
|
||||
stop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue