aboutsummaryrefslogtreecommitdiff
path: root/Upgrade
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 15:09:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 15:09:42 -0400
commitb106df45110320f24bbcd972f10f47192efbadd8 (patch)
treeb62f5f51e3b1d6394b91c19144c2d5e17db5a28d /Upgrade
parent797afd300cde42488a1c64201289165c48a9208e (diff)
scan for unlocked files on init/upgrade of v6 repo
Diffstat (limited to 'Upgrade')
-rw-r--r--Upgrade/V5.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Upgrade/V5.hs b/Upgrade/V5.hs
index 69518f63b..83a68ed4e 100644
--- a/Upgrade/V5.hs
+++ b/Upgrade/V5.hs
@@ -49,6 +49,7 @@ upgrade automatic = do
showLongNote "Changes have been staged for all annexed files in this repository; you should run `git commit` to commit these changes."
showLongNote "Any other clones of this repository that use direct mode need to be upgraded now, too."
configureSmudgeFilter
+ Database.Keys.scanAssociatedFiles
-- Inode sentinal file was only used in direct mode and when
-- locking down files as they were added. In v6, it's used more
-- extensively, so make sure it exists, since old repos that didn't