add git fsck to cronner, and UI for repository repair (not yet wired up)
This commit is contained in:
parent
44bb9a808f
commit
d345e5b52f
12 changed files with 163 additions and 18 deletions
|
@ -48,7 +48,7 @@ import Data.Tuple.Utils
|
|||
- To remove corrupt objects, unpack all packs, and remove the packs
|
||||
- (to handle corrupt packs), and remove loose object files.
|
||||
-}
|
||||
cleanCorruptObjects :: Maybe MissingObjects -> Repo -> IO MissingObjects
|
||||
cleanCorruptObjects :: FsckResults -> Repo -> IO MissingObjects
|
||||
cleanCorruptObjects mmissing r = check mmissing
|
||||
where
|
||||
check Nothing = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue