git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avery Pennarun <apenwarr@gmail.com>
To: Mahesh Vaidya <forvaidya@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git sub modules related
Date: Tue, 6 Jul 2010 13:59:02 -0400	[thread overview]
Message-ID: <AANLkTil2ULzcREY2KsQtcHLmwT7or1lMo4Ju1cUYrq2o@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinej91PZbh_axJqz92mI0Y3GUako8tuKtU24iwV@mail.gmail.com>

On Tue, Jul 6, 2010 at 1:45 PM, Mahesh Vaidya <forvaidya@gmail.com> wrote:
> Created a 'super' level module top and add 2 sub modules a and b (As
> given in manual); However I am not able to create a Global branch /
> Tag.
>
> super ---> a
>          |
>          ---->b
>
> I am hoping to create a branch FOO which will recursively go in super,
> a and b; In that case how do need to associate tags and branch in
> super, a and b by a single artifact

As far as I know, there is no feature to do this automatically.  And
it would be kind of complicated to add, since you'd have to be able to
push that branch to multiple repositories at the same time, and so on.

I wrote git-subtree (http://github.com/apenwarr/git-subtree) to solve
exactly this sort of problem in my own projects.  It has a very
different workflow than submodules, but you might like it.

Have fun,

Avery

      reply	other threads:[~2010-07-06 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-06 17:45 git sub modules related Mahesh Vaidya
2010-07-06 17:59 ` Avery Pennarun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTil2ULzcREY2KsQtcHLmwT7or1lMo4Ju1cUYrq2o@mail.gmail.com \
    --to=apenwarr@gmail.com \
    --cc=forvaidya@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).