Re: [PATCH/RFC v1 1/1] No duplicate CRLF rewrite warnings on commit

2016-05-14 Thread Eric Sunshine
On Sun, May 15, 2016 at 2:08 AM, wrote: > If .gitattributes are used to enable CRLF->LF rewriting, > then commiting a file that would have its line endings rewritten, > the "CRLF will be replaced by LF" warning is printed 2 times. > A user expects it to be printed only once. > The automatic renam

[PATCH/RFC v1 1/1] No duplicate CRLF rewrite warnings on commit

2016-05-14 Thread tboegi
From: Torsten Bögershausen If .gitattributes are used to enable CRLF->LF rewriting, then commiting a file that would have its line endings rewritten, the "CRLF will be replaced by LF" warning is printed 2 times. A user expects it to be printed only once. The automatic rename detection by Git runs