Re: [git-users] File modified after git clone

2013-02-27 Thread José Guilherme Vanz
February 2013 00:24, Dale R. Worley wrote: > > From: José Guilherme Vanz > > > > For a better explanation. This modified file is shown like all its lines > > have been deleted and included again... > > That symptom means that the file formerly had LF line endings and

Re: [git-users] File modified after git clone

2013-02-26 Thread José Guilherme Vanz
liam Seiti Mizuta > @williammizuta > Caelum | Ensino e Inovação > www.caelum.com.br > > > On Tue, Feb 26, 2013 at 11:31 PM, José Guilherme Vanz < > guilherme@gmail.com> wrote: > >> After clone a github repository in my PC, a file is showing like a >> modified fil

[git-users] File modified after git clone

2013-02-26 Thread José Guilherme Vanz
After clone a github repository in my PC, a file is showing like a modified file. But the last modification in this file was done 8 months ago. How is possible? I tried execute "git checkout -- ." but the file continues like a modified file. Anybody have a tip/solution for the problem? -- Y