summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()