run git status before enabling clean filter
Avoids annex.largefiles inconsitency and also avoids a lot of unneccessary calls to the clean filter when a large repo's clone is being initialized. This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
parent
82b28a8487
commit
401a79675b
6 changed files with 65 additions and 18 deletions
|
@ -10,6 +10,7 @@ module Upgrade.V5 where
|
|||
import Annex.Common
|
||||
import qualified Annex
|
||||
import Config
|
||||
import Config.Smudge
|
||||
import Annex.InodeSentinal
|
||||
import Annex.Link
|
||||
import Annex.Direct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue