Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-21 Thread Philip Oakley
ds Philip - Original Message - From: "Adam Strzelecki" To: "Philip Oakley" Cc: Sent: Tuesday, June 18, 2013 4:23 PM Subject: Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote Philip, Thanks a lot f

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Philip Oakley
render and a core function libray) regards Philip - Original Message - From: "Adam Strzelecki" To: "Philip Oakley" Cc: Sent: Tuesday, June 18, 2013 4:23 PM Subject: Re: [git-users] Submodule tracking remote master shows modified on super project git status after sub

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Adam Strzelecki
; To: "Philip Oakley" > Cc: > Sent: Tuesday, June 18, 2013 4:23 PM > Subject: Re: [git-users] Submodule tracking remote master shows modified on > super project git status after submodule update --remote > > > Philip, > > Thanks a lot for detai

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-18 Thread Adam Strzelecki
t; Have a read. > > Philip > > - Original Message - From: "Philip Oakley" > To: "Adam Strzelecki" > Cc: > Sent: Monday, June 17, 2013 10:15 PM > Subject: Re: [git-users] Submodule tracking remote master shows modified on > super project g

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-17 Thread Philip Oakley
ommit." Have a read. Philip - Original Message - From: "Philip Oakley" To: "Adam Strzelecki" Cc: Sent: Monday, June 17, 2013 10:15 PM Subject: Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule upd

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-17 Thread Philip Oakley
- Original Message - From: "Adam Strzelecki" To: "Philip Oakley" Cc: Sent: Monday, June 17, 2013 6:49 PM Subject: Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote The super project &#

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-17 Thread Adam Strzelecki
> The super project 'git status' will tell you if any of it's parts have been > changed, and that includes, the status of the sub-directories that are > sub-modules - and you just said that it had been updated. Yes they were updated, but their HEAD still is equal to what .gitmodule "branch" is

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-17 Thread Philip Oakley
From: Adam Strzelecki To: git-users@googlegroups.com Sent: Monday, June 17, 2013 5:55 PM Subject: Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote Bump, None one knows how to make Git >=1.8.2 not s

Re: [git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-17 Thread Adam Strzelecki
Bump, None one knows how to make Git >=1.8.2 not show submodule as modified if it is at exactly at specified at .gitmodules "branch"? Otherwise "git submodule update --init --remote" always make Git show module as modified if the branch gets updated upstream :( Cheers, -- Adam Strzelecki | na

[git-users] Submodule tracking remote master shows modified on super project git status after submodule update --remote

2013-06-13 Thread Adam Strzelecki
In my superproject I have two submodules and I want them to track always master master. Using Git 1.8.2. So I've added "branch = master" to .gitmodules and using git submodule update --remote to pull always recent master. However everytime submodule master is updated, running superproject git