improve comment

This commit is contained in:
Joey Hess 2019-08-27 14:08:46 -04:00
parent 9b1331881c
commit 75d1fbad17
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -76,10 +76,10 @@ convertDirect = do
inRepo $ setHeadRef b inRepo $ setHeadRef b
{- Walk work tree from top and convert all annex symlinks to pointer files, {- Walk work tree from top and convert all annex symlinks to pointer files,
- staging them in the index, and updating the work tree files with - staging them in the index, and populating the annex objects with
- either the content of the object, or the pointer file content. - hard links (or copies) of the work tree files (when not modified or
- Modified work tree files are left as-is, and deleted work tree files are - deleted).
- skipped. -} -}
upgradeDirectWorkTree :: Annex () upgradeDirectWorkTree :: Annex ()
upgradeDirectWorkTree = do upgradeDirectWorkTree = do
top <- fromRepo Git.repoPath top <- fromRepo Git.repoPath