On Fri, Jan 31, 2020 at 4:37 AM Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Well, let's first try to get a preciser report, to make sure that we're on > the same page. These are the commands I ran: > > mkdir add-p-ws-error > cd add-p-ws-error > git init > git config diff.wsErrorHighlight old > echo "hello " >README > git add README > echo hello >README > git -c add.interactive.usebuiltin=true add -p > git -c add.interactive.usebuiltin=false add -p Those commands do indeed reproduce the behavior I described. -Mike