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
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
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
3 matches
Mail list logo