git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] git email submissions
@ 2005-11-16 14:38 Jeff Garzik
  2005-11-16 14:51 ` Petr Baudis
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jeff Garzik @ 2005-11-16 14:38 UTC (permalink / raw)
  To: Git Mailing List


For people without _any_ hosting, it would be nice to give them a method 
to submit some git changes via email.

It seems like most of the necessary stuff is already present in git to 
bundle up a set of changes.  The open questions in my mind are

- what form would the emails take?  MIME-attach a .pack file, plus a 
GPG-signed sha1sum in a separate attachment?

- what's the easiest user interface for selecting the changes?  for my 
usage, it would be

	GIT_GPG_AUTHOR=jgarzik... \
	GIT_DEF_HEADERS=./email.headers \
	git-mkmail --sign master..upstream > email.rfc822
	Enter GPG passphrase:

- what user interface does a kernel maintainer use, to merge changes 
submitted using this method?

- is this all pointless, since the submittor could just email patches? 
[IMO no, git trees are better merges than emailed patches]

Overall, I was thinking it would be nice to have some way to safely 
transmit a small part of a git tree, including all history information, 
since its easier to merge git trees than patches.

And for someone without the resources to obtain hosting, email may be 
the only way to publish a git sub-tree.

	Jeff

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

end of thread, other threads:[~2005-11-19 21:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 14:38 [RFC] git email submissions Jeff Garzik
2005-11-16 14:51 ` Petr Baudis
2005-11-16 16:59 ` Linus Torvalds
2005-11-16 17:53   ` H. Peter Anvin
2005-11-16 18:01     ` Jeff Garzik
2005-11-16 23:20       ` Matthias Urlichs
2005-11-19 21:08       ` Junio C Hamano
2005-11-17  0:38 ` Martin Langhoff
2005-11-17  2:49   ` H. Peter Anvin

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