On Mon, Jun 14, 2021 at 6:06 AM Phillip Wood via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> > > As libxdiff does not have a whitespace flag to ignore the indentation > the code for --color-moved-ws=allow-indentation-change uses > XDF_IGNORE_WHITESPACE and then filters out any hash lookups where > there are non-indentation changes. This is filtering is inefficient as s/This is filtering is/This filtering is/