split out Utility.InodeCache
This commit is contained in:
parent
47477b2807
commit
a52f8f382b
8 changed files with 95 additions and 88 deletions
|
@ -73,7 +73,7 @@ perform = do
|
|||
showEndOk
|
||||
|
||||
cleandirect k = do
|
||||
liftIO . nukeFile =<< inRepo (gitAnnexCache k)
|
||||
liftIO . nukeFile =<< inRepo (gitAnnexInodeCache k)
|
||||
liftIO . nukeFile =<< inRepo (gitAnnexMapping k)
|
||||
|
||||
cleanup :: CommandCleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue