summaryrefslogtreecommitdiff
path: root/Content.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Content.hs')
-rw-r--r--Content.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Content.hs b/Content.hs
index ccd51a553..fc8ebeb21 100644
--- a/Content.hs
+++ b/Content.hs
@@ -81,9 +81,7 @@ logStatusFor :: UUID -> Key -> LogStatus -> Annex ()
logStatusFor u key status = do
g <- Annex.gitRepo
unless (Git.repoIsLocalBare g) $ do
- logfile <- logChange g key u status
- rellogfile <- liftIO $ Git.workTreeFile g logfile
- AnnexQueue.add "add" [Param "--"] rellogfile
+ logChange g key u status
{- Runs an action, passing it a temporary filename to download,
- and if the action succeeds, moves the temp file into