From: linux@horizon.com
To: nix@esperi.org.uk
Cc: git@vger.kernel.org, linux@horizon.com
Subject: Re: Handling very large numbers of symbolic references?
Date: 26 Jul 2006 14:38:41 -0400 [thread overview]
Message-ID: <20060726183841.10196.qmail@science.horizon.com> (raw)
Just to contribute a litle brainstorming....
- Remember that git refs only point to one end of a commit chain.
The origin is kind of implicit. If bug IDs correspond to *changes*,
especially ones that you want to mix and match rebasing, is this a
job for StGit or quilt or something else that tracks patches rather
than states?
- If you do use core git to label bits of development history, are the
labels supposed to be mutable heads or mostly frozen tags?
- Assuming they're tags, do you need them to be part of the root set
for garbage collection purposes? Or do you assume they are already
referenced by the development history, and the bug ID links are
symlinks that moight be broken if the patch isn't merged?
I really should look at StGit more, because from my current position
of ignorance, it looks like possibly a better match to the problem.
The main problems I see are that its patches are per-branch, not global,
and there's no fetch/push mechanism for sharing them.
Also, you might want to have a "patch" with a single name be a
patch SERIES, which I don't think StGit does.
next reply other threads:[~2006-07-26 18:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 18:38 linux [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-07-25 19:29 Handling very large numbers of symbolic references? Nix
2006-07-25 21:29 ` Rene Scharfe
2006-07-25 21:52 ` Nix
2006-07-25 22:23 ` Linus Torvalds
2006-07-25 23:08 ` Nix
2006-07-25 23:20 ` Linus Torvalds
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=20060726183841.10196.qmail@science.horizon.com \
--to=linux@horizon.com \
--cc=git@vger.kernel.org \
--cc=nix@esperi.org.uk \
/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).