Hi Junio, On 26 Jan 2024, at 13:13, Junio C Hamano wrote: > "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. Good catch. I might as well re-roll this since I forgot to add a Reviewed-by: Christian Couder <christian.couder@xxxxxxxxx> trailer to the commits. > > Thanks.