populate unlocked files with newly available content when ingesting
authorJoey Hess <joeyh@joeyh.name>
Tue, 22 Dec 2015 20:22:28 +0000 (16:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 22 Dec 2015 20:22:28 +0000 (16:22 -0400)
commitcfaac52b88e157dd4e71626fe68af37015b9c9bd
tree740e4bec69a144244c534d11ccc35232e746f904
parent4f60234690d08b617771147e3f0ebedd53c41c3d
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.
Annex/Content.hs
Annex/Ingest.hs
Assistant/Threads/Committer.hs