remove inode cache in unannex
authorJoey Hess <joeyh@joeyh.name>
Wed, 12 May 2021 15:09:38 +0000 (11:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 12 May 2021 15:09:38 +0000 (11:09 -0400)
commit949627b90240cdfe140aec75519fc21e7be3a149
tree4a357a771c5bbe29c27de5d92b72769ed718514c
parent8dbbbc7250d7093694a7b1beb7040e445f2be87d
remove inode cache in unannex

Similar to what commit 675556fd9ae682ffcb034fdf454a15fe6e7da979 did for
adding a non-annexed file, this prevents the smudge clean filter
recognising the inode if git add is later run on the unannexed file.
Command/Add.hs
Command/Unannex.hs