update inode cache to cover file even when nothing needs to be done to linkAnnex
authorJoey Hess <joeyh@joeyh.name>
Tue, 15 Dec 2015 17:02:33 +0000 (13:02 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 15 Dec 2015 17:02:33 +0000 (13:02 -0400)
commit2bc920e266c665fed3cf12b45494b87f1cbaf97e
treea35179e6c9c6385db7ca03ce58b2dfbd1ac2677f
parent9fcc5046b388b39eb5ae20ae0b55e3bc05aaa7e6
update inode cache to cover file even when nothing needs to be done to linkAnnex

This covers the case where multiple files have the same content and are
added with git add. Previously only the one that was linked to the annex
got its inode cached; now both are.
Annex/Content.hs