[git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread rajiv gupta
I cannot share the files as it is confidential Yes I am using git on windows.I have set core.autocrlf=true in global list and config settings. Please help me with this. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe

Re: [git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread Magnus Therning
On 14 April 2015 at 13:20, rajiv gupta rajiv.s...@gmail.com wrote: How can i correct the three files so that they show actual insertions and deletions? Read up on line ending issues in git and adjust your configuration. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email:

Re: [git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread Magnus Therning
On 14 April 2015 at 13:14, rajiv gupta rajiv.s...@gmail.com wrote: The issue is with ^M character.how should i correct it? If you consult a search engine you'll find that ^M is a (common) way to show 0x0d, i.e. the carriage return character. That's a long way to say that you almost certainly

Re: [git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread Magnus Therning
On 14 April 2015 at 12:43, rajiv gupta rajiv.s...@gmail.com wrote: I cannot share the files as it is confidential Yes I am using git on windows.I have set core.autocrlf=true in global list and config settings. Please help me with this. If it indeed *is* line ending issues there's not much to

[git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread rajiv gupta
How can i correct the three files so that they show actual insertions and deletions? -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] Re: showing more number of insertions deletions than actual

2015-04-14 Thread Konstantin Khomoutov
On Tue, 14 Apr 2015 03:43:12 -0700 (PDT) rajiv gupta rajiv.s...@gmail.com wrote: I cannot share the files as it is confidential Yes I am using git on windows.I have set core.autocrlf=true in global list and config settings. That's most probably the culprit. Make sure this setting is set to