"ZheNing Hu via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > - }else if (show_modified && ie_modified(repo->index, ce, &st, 0)) > + } > + } else if (show_modified && ie_modified(repo->index, ce, &st, 0)) The preimage shows a style violation "}else if" introduced by an earlier step in the series, and this fixes it. Please make sure to proofread your patches before you show to others to pretend that you are perfect coder and do not need "oops what I did earlier in the series was wrong and here is a fix-up". Thanks.