From: Jeff King <peff@peff.net>
To: Matthieu Moy <Matthieu.Moy@imag.fr>
Cc: John Goerzen <jgoerzen@complete.org>, git@vger.kernel.org
Subject: Re: git-email automatic --to detection?
Date: Mon, 25 Feb 2008 14:19:31 -0500 [thread overview]
Message-ID: <20080225191931.GA19666@sigill.intra.peff.net> (raw)
In-Reply-To: <vpqoda43lva.fsf@bauges.imag.fr>
On Mon, Feb 25, 2008 at 07:57:13PM +0100, Matthieu Moy wrote:
> Yes, but a sane default address to send to can be given by the
> repository you make your original clone from.
>
> The really nice thing with the way darcs does it is that it makes it
> extremely easy for an occasional contribution. If the maintainer
> configured his stuff correctly, it's really "darcs get; ... ; darcs
> record; darcs send". git-send-email is nice, but harder to use for a
> first-timer.
I agree that this is useful, especially for smaller projects where it
really _is_ just one address.
> > - this information could be shipped as part of the repo (i.e., under
> > version control like the rest of the project, as it changes with the
> > project)
>
> True, but for the case of multiple maintainers, that would break
> merging between maintainers on that particular part.
>
> You can have a maintainer A advertizing for A@domain.com, and a
> "sub-maintainer" B advertizing for B@domain.com. If A merges from B,
> he doesn't want his advertized adress to become the one of B.
I think there are advantages and drawbacks to both methods.
Version-controlled information is better for a project that has multiple
official maintainers, and those maintainers want to submit a patch
saying "and here's my contacat information." But it's worse for people
who are saying "here's somebody else's repo with my patches, but email
me about it".
Worse, you may want to do either in a particular repo, depending on what
your patches are. If I publish a repo with patches on top of git.git,
then you want to email me for patches specific to my repo, but probably
the regular git list and subsystem maintainers for patches that are
generally applicable.
So I'm not sure you will be able to write a tool that will always just
do the right thing.
> > - this information can potentially be inferred from git shortlog
> > and/or blame; this addresses the problem of data becoming stale
>
> Yes and no. git@vger.kernel.org won't appear anywhere in these for
> example.
Yes, there would need to be some tool that combines:
- per-repo patch submitting policy (i.e., mail me because I am your
upstream)
- per-project patch submitting policy (i.e., mail git@vger for git
patches)
- per-patch policy (e.g., this patch touches foo.c: who is
interested in foo.c?)
-Peff
next prev parent reply other threads:[~2008-02-25 19:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-24 22:29 git-email automatic --to detection? John Goerzen
2008-02-24 22:56 ` Paolo Ciarrocchi
2008-02-25 15:07 ` John Goerzen
2008-02-25 18:35 ` Jeff King
2008-02-25 18:56 ` Paolo Ciarrocchi
2008-02-25 14:39 ` Miklos Vajna
2008-02-25 15:08 ` John Goerzen
2008-02-25 20:50 ` Miklos Vajna
2008-02-25 18:34 ` Jeff King
2008-02-25 18:57 ` Matthieu Moy
2008-02-25 19:19 ` Jeff King [this message]
2008-02-25 20:02 ` John Goerzen
2008-02-26 9:23 ` Matthieu Moy
2008-02-26 14:07 ` John Goerzen
2008-02-25 20:55 ` Miklos Vajna
2008-02-26 13:59 ` John Goerzen
2008-02-26 17:44 ` Miklos Vajna
2008-02-25 19:47 ` Junio C Hamano
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=20080225191931.GA19666@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=Matthieu.Moy@imag.fr \
--cc=git@vger.kernel.org \
--cc=jgoerzen@complete.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).