summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-27 13:55:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-27 13:55:28 -0400
commit3281a1cb19e25f964ca9b91877a194fcb216ca5d (patch)
treea19268d15b48ad9e4bf042a1d52e91bab150954e /Core.hs
parent4e7c27f58bc8af8be50bca82523ad18c1dfe2a4e (diff)
don't try to set up .gitattributes every time; only do it on git annex init
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 13177588d..80bf56cc4 100644
--- a/Core.hs
+++ b/Core.hs
@@ -22,7 +22,6 @@ import Utility
startup :: Annex Bool
startup = do
g <- Annex.gitRepo
- liftIO $ gitAttributes g
prepUUID
return True