From: Klas Lindberg <klas.lindberg@gmail.com>
To: Finn Arne Gangstad <finnag@pvv.org>
Cc: Matthieu Moy <Matthieu.Moy@imag.fr>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Git Users List <git@vger.kernel.org>
Subject: Submodules can't work recursively because Git implements policy?
Date: Mon, 6 Apr 2009 15:42:31 +0200 [thread overview]
Message-ID: <33f4f4d70904060642m25b2cff8nafed433eeabfb6c4@mail.gmail.com> (raw)
On Mon, Apr 6, 2009 at 3:16 PM, Finn Arne Gangstad <finnag@pvv.org> wrote:
> git submodule update just does "git fetch" and hopes that the required
> commit appears. In practice this means that you (may) need to invent a
> tag or a branch for all the submodules, otherwise they are not
> fetchable.
>
> This bit us pretty hard when we tried to use submodules earlier, so we
> gave up. Maybe some day...
It "hopes" to find them? This is actually my other reason for bringing
the whole SHA key fetching thing up. From what I can see, it is not
possible to implement submodules sensibly without support for fetching
SHA keys. I.e. I want fetch, checkout and every other command to
recurse as needed in the presence of submodules. This limitation
forces me to implement a whole CM tool where none should be necessary.
It appears to me that the security concern (being able to hide commits
by making them unreachable from a named reference) is actually a
policy decision and not a technical one. On what grounds does Git
decide for me how to handle security concerns? It just seems more
important to be able to have recursive submodule behaviour than to
provide band aid for careless users.
Out of curiosity: Is it really possible to change the value of an
already pushed tag? Can you only do the hiding trick with branches?
BR / Klas
next reply other threads:[~2009-04-06 13:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 13:42 Klas Lindberg [this message]
2009-04-06 13:56 ` Submodules can't work recursively because Git implements policy? Finn Arne Gangstad
2009-04-06 14:47 ` Klas Lindberg
2009-04-06 14:51 ` Shawn O. Pearce
2009-04-06 16:29 ` Klas Lindberg
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=33f4f4d70904060642m25b2cff8nafed433eeabfb6c4@mail.gmail.com \
--to=klas.lindberg@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=Matthieu.Moy@imag.fr \
--cc=finnag@pvv.org \
--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).