summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-07 00:22:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-07 00:22:16 -0400
commitdfa76069d45adff2c3edf79b184d6767b2bbe6bb (patch)
tree02e642b1fa3c0bbd97c14570763bccefc086f9bf
parentb8966433efab3e2e3f66744404c9aec0d36b0ff5 (diff)
reap zombies
-rw-r--r--Command/Log.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Log.hs b/Command/Log.hs
index 32f03471a..8505fd16a 100644
--- a/Command/Log.hs
+++ b/Command/Log.hs
@@ -56,6 +56,7 @@ seek = [withValue (concat <$> mapM getoption options) $ \os ->
start :: [CommandParam] -> FilePath -> (Key, Backend) -> CommandStart
start os file (key, _) = do
showLog file =<< readLog <$> getLog key os
+ liftIO Git.Command.reap
stop
showLog :: FilePath -> [RefChange] -> Annex ()