Re: Out of memory with diff.colormoved enabled

2017-10-12 Thread Stefan Beller
On Thu, Oct 12, 2017 at 1:05 PM, Jeff King wrote: > On Thu, Oct 12, 2017 at 10:53:23PM +0300, Orgad Shaneh wrote: > >> There is an infinite loop when colormoved is used with --ignore-space-change: >> >> git init >> seq 20 > test >> git add test >> sed -i 's/9/42/' test >> git -c diff.colormoved di

Re: Out of memory with diff.colormoved enabled

2017-10-12 Thread Jeff King
On Thu, Oct 12, 2017 at 10:53:23PM +0300, Orgad Shaneh wrote: > There is an infinite loop when colormoved is used with --ignore-space-change: > > git init > seq 20 > test > git add test > sed -i 's/9/42/' test > git -c diff.colormoved diff --ignore-space-change -- test Thanks for an easy reprodu

Out of memory with diff.colormoved enabled

2017-10-12 Thread Orgad Shaneh
Hi, git version 2.15.0.rc0 (from debian sid package) There is an infinite loop when colormoved is used with --ignore-space-change: git init seq 20 > test git add test sed -i 's/9/42/' test git -c diff.colormoved diff --ignore-space-change -- test - Orgad