yysun / git-tools

This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
http://yysun.github.com/git-tools
MIT License
78 stars 27 forks source link

GitTools for VS2019, git changes diffs not showing #28

Open ferpega opened 5 years ago

ferpega commented 5 years ago

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

yysun commented 5 years ago

Please try:

git config --global core.autocrlf false

On Wed, Jun 26, 2019 at 4:06 AM Fernando Pérez notifications@github.com 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 .