record annexed files in log

This commit is contained in:
Joey Hess 2010-10-12 18:25:41 -04:00
parent b882fe8410
commit 3b89924f53
2 changed files with 25 additions and 8 deletions

View file

@ -68,6 +68,7 @@ annexFile state file = do
let dest = annexLocation state key
createDirectoryIfMissing True (parentDir dest)
renameFile file dest
logChange (repo state) file (getUUID (repo state)) FilePresent
createSymbolicLink dest file
gitAdd (repo state) file
checkLegal file = do