rename stuff for v5 unlocked files to indicate it's old

This commit is contained in:
Joey Hess 2015-12-15 14:08:07 -04:00
parent d1bb518e25
commit a983a3a7a2
Failed to extract signature
4 changed files with 14 additions and 14 deletions

View file

@ -69,7 +69,7 @@ seek o = allowConcurrentOutput $ do
ifM isDirect
( go withFilesMaybeModified
, unlessM versionSupportsUnlockedPointers $
go withFilesUnlocked
go withFilesOldUnlocked
)
{- Pass file off to git-add. -}