summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 6c519c294..5b5bc269b 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -178,7 +178,8 @@ logStatus key status = do
g <- Annex.gitRepo
u <- getUUID g
f <- liftIO $ logChange g key u status
- liftIO $ Git.run g ["add", f] -- committed at shutdown
+ liftIO $ Git.run g ["add", f]
+ Annex.flagChange NeedCommit True
inBackend file yes no = do
r <- liftIO $ Backend.lookupFile file