diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-10 12:31:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-10 12:32:15 -0400 |
commit | 7ad4a0bb7d4beb469f0aba017fae1ac48060e862 (patch) | |
tree | 72b2b1636baef54d17f36f27c196dec810a5fc66 /git-annex.hs | |
parent | f98fa53d7f6d851b8a1ae804c02780769c98e07c (diff) |
log compaction
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 2 |
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 |