found 605600 git/1:1.7.2.3-2.1
tags 605600 + upstream
forwarded 605600 http://thread.gmane.org/gmane.comp.version-control.git/162571
quit

Klaus Ethgen wrote:

> mkdir a b
> commonroot=$PWD
> cd a
> git init
> touch bla
> git add bla
> git commit -m bla
> git checkout -b bla
> git checkout -b foo
> cd ../b
> git init
> # The next command work well
> git submodule add -b bla $commonroot/a bla
> # One of the next doesn't work. (master in the demonstration case. In
> # the original repository the branch corresponding to foo did fail)
> git submodule add -b foo $commonroot/a foo
> git submodule add -b master $commonroot/a master

Good catch, thanks.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to