2023-01-08 09:02:51

by Deepak R Varma

[permalink] [raw]
Subject: incorrect git diff output

Hello,
I tried to remove an extra semicolon on line number 1153 of this file
drivers/scsi/qlogicpti.c and attempted a git diff to confirm my edits. To my
surprise, the diff contained few other unrelated changes that I did not do. I
tied to set aurocr git attribute in the .gitconfig file, but that did not help
either.

Does anyone know about this behavior and how to correct it?

Thank you,
./drv



2023-01-08 18:39:18

by Deepak R Varma

[permalink] [raw]
Subject: Re: incorrect git diff output

On Sun, Jan 08, 2023 at 02:07:54PM +0530, Deepak R Varma wrote:
> Hello,
> I tried to remove an extra semicolon on line number 1153 of this file
> drivers/scsi/qlogicpti.c and attempted a git diff to confirm my edits. To my
> surprise, the diff contained few other unrelated changes that I did not do. I
> tied to set aurocr git attribute in the .gitconfig file, but that did not help
> either.
>
> Does anyone know about this behavior and how to correct it?


I had a setting in my .vimrc which auto-removes trailing spaces. Joey helped me
identify the same.

Thank you Joey!

Regards,
./drv

>
> Thank you,
> ./drv