diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-07 00:22:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-07 00:22:16 -0400 |
commit | dfa76069d45adff2c3edf79b184d6767b2bbe6bb (patch) | |
tree | 02e642b1fa3c0bbd97c14570763bccefc086f9bf /Command | |
parent | b8966433efab3e2e3f66744404c9aec0d36b0ff5 (diff) |
reap zombies
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Log.hs | 1 |
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 () |