Re: [git-users] Where is this submodule --tip option introduced in 1.8.2

2013-04-28 Thread Konstantin Khomoutov
On Sat, 27 Apr 2013 04:08:11 -0700 (PDT)
childno͡.de *@childno.de wrote:

 Thank you. So the new remote option seems to be helpful to update
 both submodule and master repository at once but as far as i can see
 it doesn't integrate anything nor will it really reference the
 tip but still an sha1 id?! 
 
 You're still not able to just say s.th. Like
 Git submodule add -b master --tip [repo] dir

Well, this is beyond the scope of this list.
If you feel like discussing the developments of this feature with its
developers, please post a message to the main Git list [1].

1. http://vger.kernel.org/vger-lists.html#git

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Where is this submodule --tip option introduced in 1.8.2

2013-04-27 Thread childno͡ . de
Hi Konstantin,

Thank you. So the new remote option seems to be helpful to update both 
submodule and master repository at once but as far as i can see it doesn't 
integrate anything nor will it really reference the tip but still an sha1 
id?! 

You're still not able to just say s.th. Like
Git submodule add -b master --tip [repo] dir

With kind regards, 
Marcel 

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Where is this submodule --tip option introduced in 1.8.2

2013-04-26 Thread childno͡ . de
Release notes for 
1.8.2https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.txtare
 talking about the improvement:

git submodule started learning a new mode to integrate with the

   tip of the remote branch (as opposed to integrating with the commit

   recorded in the superproject's gitlink).


so: after hours crawling the web, crawling the code and man pages ... I 
didn't get it ;(

might anyone tell me HOW and WHERE this has been introduced and where you 
can find any documentation about?!

With kind regards,
~Marcel

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Where is this submodule --tip option introduced in 1.8.2

2013-04-26 Thread Konstantin Khomoutov
On Fri, 26 Apr 2013 01:32:33 -0700 (PDT)
childno͡.de *@childno.de wrote:

 Release notes for
 1.8.2https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.txtare
 talking about the improvement:
 
 git submodule started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
 
 so: after hours crawling the web, crawling the code and man
 pages ... I didn't get it ;(
 
 might anyone tell me HOW and WHERE this has been introduced and
 where you can find any documentation about?!

From studying the output of

git log v1.8.2.1 ^v1.8.1.6 -- git-submodule.sh

on an up-to-date Git repository clone, I gather that the commit you
might be looking for is 06b1abb5bd38b3cb1972907b059c7f95a197a7a5.

It has a rather lengthy commit message which might perfectly serve as a
documentation for the feature it introduces.

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.