don't try to set up .gitattributes every time; only do it on git annex init

This commit is contained in:
Joey Hess 2010-10-27 13:55:28 -04:00
parent 4e7c27f58b
commit 3281a1cb19
3 changed files with 8 additions and 3 deletions

View file

@ -22,7 +22,6 @@ import Utility
startup :: Annex Bool
startup = do
g <- Annex.gitRepo
liftIO $ gitAttributes g
prepUUID
return True