git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-email automatic --to detection?
@ 2008-02-24 22:29 John Goerzen
  2008-02-24 22:56 ` Paolo Ciarrocchi
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: John Goerzen @ 2008-02-24 22:29 UTC (permalink / raw)
  To: git

One of my favorite features of Darcs is that users can submit patches
by typing:

  darcs send -a

This will look at the repo the local copy was cloned from, find all
local changesets that aren't on the remote, and email off a set of
patches to the remote maintainer.  It finds the email address to send
to by looking at _darcs/prefs/email *on the remote*, which is roughly
the same as setting an option in .git/config.

There are a couple of nice things about this:

1) Patch submitters don't have to keep track of where to send patches
for each project they work on

2) Potential submitters don't have to be notified if the submission
address changes

As far as I can tell from looking at git-send-email(1),
git-format-patch(1), and git-config(1), git doesn't have this
capability.  Is that correct?  If so, is it possible to add something
like this?  Would it also be possible to unify git-format-patch and
git-send-email into a single command that generates and sends the patch(es)?

Thanks,

-- John

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-02-26 17:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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).