Skip to content

index-pack: --fsck-objects to take an optional argument for fsck msgs

John Cai requested to merge jc/index-pack-fsck-honor-checks into master

git-index-pack has a --strict mode that can take an optional argument to provide a list of fsck errors to ignore. --fsck-objects does not have such a utility, which would be useful if one would like to be more lenient on data integrity in a repository.

Like --strict, Allow --fsck-objects to also take a list of fsck msgs to ignore.

fixes: #240 (closed)

Merge request reports