diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-10 02:22:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-10 02:22:47 -0400 |
commit | 852ead470756744cd6663ee2d537f3d281f1e7c8 (patch) | |
tree | e24e393f7f6174b0f2a31c795472163502d54882 /git-annex.hs | |
parent | 60c672e444decf59c20beb70b89f030ad9d62b3e (diff) |
add gitPrep to handle .gitattributes
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.hs b/git-annex.hs index a57e9e2db..e8032a132 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -2,7 +2,7 @@ - -} import LocationLog +import GitRepo main = do - l <- readLog "demo.log" - putStrLn "hi" + gitPrep |