"John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > +--fsck-objects[=<msg-ids>=<severity>...]:: > + Instructs index-pack to check for broken objects, but unlike `--strict`, > + does not choke on broken links. If `<msg-ids>` is passed, it should be > + a comma-separated list of `<msg-id>=<severity>` where `<msg-id>` and > + `<severity>` are used to change the severity of `fsck` errors e.g., > + `--strict="missingEmail=ignore,badTagName=ignore"`. See the entry for In addition to the comment I made in my reply to 1/2, this should be `--fsck-objects="missingEmail=ignore,badTagName=ignore"`, I think. Will treak locally. Thanks.