projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3a3ff
)
fix
author
Joey Hess
<joeyh@joeyh.name>
Fri, 9 Dec 2016 16:56:38 +0000
(12:56 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 9 Dec 2016 16:56:38 +0000
(12:56 -0400)
Remote/Git.hs
patch
|
blob
|
history
diff --git
a/Remote/Git.hs
b/Remote/Git.hs
index 9602f81c698030aa75b5fd8b283d97b234e32d84..37a9f48b3ec5266ccc057e777fb9757bd9510aff 100644
(file)
--- a/
Remote/Git.hs
+++ b/
Remote/Git.hs
@@
-356,8
+356,8
@@
dropKey r key
commitOnCleanup r $ onLocal r $ do
ensureInitialized
whenM (Annex.Content.inAnnex key) $ do
- Annex.Content.lockContentForRemoval key $ do
- Annex.Content.removeAnnex
+ Annex.Content.lockContentForRemoval key $
\lock ->
do
+ Annex.Content.removeAnnex
lock
logStatus key InfoMissing
Annex.Content.saveState True
return True