aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 16:22:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 16:22:28 -0400
commit08f1265886b5cd8646e73f7ed0013b94d34b5f14 (patch)
tree55d6170dafbb39ceda0a73229adc2a5a50722eba /Annex/Content.hs
parent56d1ad16c61d9e5abe1c123b3f791c9e5f641bd8 (diff)
populate unlocked files with newly available content when ingesting
This can happen when ingesting a new file in either locked or unlocked mode, when some unlocked files in the repo use the same key, and the content was not locally available before.
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r--Annex/Content.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index c00863e31..e501df072 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -24,6 +24,7 @@ module Annex.Content (
withTmp,
checkDiskSpace,
moveAnnex,
+ populatePointerFile,
linkAnnex,
linkAnnex',
LinkAnnexResult(..),