explicity run queue to git add files

This commit is contained in:
Joey Hess 2010-11-10 13:32:46 -04:00
parent 99d9c1cf89
commit d0886a9ac7
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ start file = do
-- drop that and stage the symlink
g <- Annex.gitRepo
liftIO $ Git.run g ["reset", "-q", "--", file]
liftIO $ Git.run g ["add", "--", file]
Annex.queueRun
-- Fix symlinks as they are committed, this ensures the
-- relative links are not broken when moved around.