[git-users] Why Same Files show up with different Statuses in Git?

2013-01-29 Thread Matthew Johnson
I hate to cross post, but I can no longer see my message to the same effect at the Git mailing list, where I got no reply, so here we go: First, some background. I have one hard disk separated into two partitions: one for the version of Windows 7 that shipped on this rather new Thinkpad (Window

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-01-30 Thread Dale R. Worley
> From: Matthew Johnson > > Under Windows (cygwin) "git status" shows nothing to commit, only untracked > files, which is what I expect; only under F17 do I get several modified > files -- and these have old dates (e.g. Nov 27). My guess is that it has something to do with line-endings or some

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-01-30 Thread Matthew Johnson
What differences does it display? It lists about a hundred .ogg files (like the one I included) as 'modified'. I did not want to burden the group with the whole list, so I mentioned only one .ogg file. But here are the first few lines, which include ogg, jpb, and png files: [mejohnsn@localhostT

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-01-30 Thread Blind
Just out of curiosity, what you have as "filemode" configuration? Maybe if you do $git config core.filemode false the files will no longer show as modified? 31 януари 2013, четвъртък, 03:40:58 UTC+2, Matthew Johnson написа: > > What differences does it display? It lists about a hundred .ogg fil

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-01-31 Thread Dale R. Worley
> From: Matthew Johnson > > What differences does it display? It lists about a hundred .ogg files (like > the one I included) as 'modified'. No, not what files are listed as different, but what are *the specific differences* -- what does 'diff' show? The way to see that you have EOL problems i

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-01-31 Thread Matthew Johnson
"git config --list" does not show core.filemode at all. Nor does "git config --get core.filemode" (both in Cygwin/windows). So what does it default to? On Wednesday, January 30, 2013 10:03:47 PM UTC-8, Blind wrote: > > Just out of curiosity, what you have as "filemode" configuration? > Maybe if

Re: [git-users] Why Same Files show up with different Statuses in Git?

2013-02-01 Thread Blind
default is true. make $ git config core.filemode false and then try again 31 януари 2013, четвъртък, 21:31:28 UTC+2, Matthew Johnson написа: > > "git config --list" does not show core.filemode at all. Nor does "git > config --get core.filemode" (both in Cygwin/windows). So what does it > defaul