summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 12:31:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 12:32:15 -0400
commit7ad4a0bb7d4beb469f0aba017fae1ac48060e862 (patch)
tree72b2b1636baef54d17f36f27c196dec810a5fc66 /git-annex.hs
parentf98fa53d7f6d851b8a1ae804c02780769c98e07c (diff)
log compaction
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 66b9491bd..cae72f00d 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -7,4 +7,4 @@ import GitRepo
main = do
gitPrep
l <- readLog "demo.log"
- writeLog "demo2.log" $ l !! 0
+ writeLog "demo2.log" $ compactLog l