git-tools icon indicating copy to clipboard operation
git-tools copied to clipboard

GitTools for VS2019, git changes diffs not showing

Open ferpega opened this issue 5 years ago • 1 comments

After install gittools for vs2019, diffs are not showed on git changes window.

It only shows this message for every changed file:

warning: CRLF will be replaced by LF in src/Api/Features/xxxxxxx/xxxxxxxxxxxxxController.cs. The file will have its original line endings in your working directory

VS Version: Microsoft Visual Studio Enterprise 2019 Version 16.1.4 VisualStudio.16.Release/16.1.4+29020.237 Microsoft .NET Framework Version 4.7.03190

Installed Version: Enterprise

GitTools Version: 3.1.1

ferpega avatar Jun 26 '19 08:06 ferpega

Please try:

git config --global core.autocrlf false

On Wed, Jun 26, 2019 at 4:06 AM Fernando Pérez [email protected] wrote:

After install gittools for vs2019, diffs are not showed on git changes window.

It only shows this message for every changed file:

warning: CRLF will be replaced by LF in src/Api/Features/xxxxxxx/xxxxxxxxxxxxxController.cs. The file will have its original line endings in your working directory

VS Version: Microsoft Visual Studio Enterprise 2019 Version 16.1.4 VisualStudio.16.Release/16.1.4+29020.237 Microsoft .NET Framework Version 4.7.03190

Installed Version: Enterprise

GitTools Version: 3.1.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yysun/git-tools/issues/28?email_source=notifications&email_token=AABJUMYTKA6D5ZLAHQJKOKLP4MPPRA5CNFSM4H3PSFSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3XS3CA, or mute the thread https://github.com/notifications/unsubscribe-auth/AABJUM2VOIT42BLZXPU3BRLP4MPPRANCNFSM4H3PSFSA .

yysun avatar Jun 26 '19 12:06 yysun