diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-10 12:41:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-10 12:41:20 -0400 |
commit | a55f49efb6c05c5ddb031f077690e90ed7358642 (patch) | |
tree | ffc758b626c4fe9beb90db4e1867539a73bb5bb6 /git-annex.hs | |
parent | a745043e7db87ef43dbbb3f93cdf5807ff9958ec (diff) |
update
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.hs b/git-annex.hs index 0f274e674..8944b50f5 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -7,5 +7,6 @@ import GitRepo main = do repo <- repoTop gitPrep repo + l <- readLog "demo.log" writeLog "demo2.log" $ compactLog l |