sanemat, why would you need this? A submodule points to an external repository commit. So what you need to do is checkout the tag you want so your .gitmodules refers to the right commit.
On Jun 19, 7:32 pm, Lee Hambley <[email protected]> wrote: > Sanemat, > > Not supported - would take a patch… sorry! > > - Lee > > On 18 June 2010 18:59, sanemat <[email protected]> wrote: > > > > > hi. I'm sanemat. > > I want to use tags in git submodule. > > > I add submodule repos.git, and want to use tag given. > > but capistrano recepi ':git_enable_submodule, 1', this apear > > git submodule init and git submodule update. > > simple them checkout master. > > > I want to specify for tag version. > > how can I do? > > or git submodule expect checkout-master? > > > -- > > * You received this message because you are subscribed to the Google Groups > > "Capistrano" group. > > * To post to this group, send email to [email protected] > > * To unsubscribe from this group, send email to > > [email protected]<capistrano%2bunsubscr...@googlegrou > > ps.com>For more options, visit this group at > >http://groups.google.com/group/capistrano?hl=en -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
