Submitting patches w/ Thunderbird [was: Re: [PATCH] Add SubmittingPatches]

2005-08-16 Thread A Large Angry SCM
Johannes Schindelin wrote: > Hi, > > On Mon, 15 Aug 2005, Junio C Hamano wrote: > >>Johannes Schindelin <[EMAIL PROTECTED]> writes: >> >>>Maybe we should enhance git-applymbox to detect whitespace corruption in >>>particular, and output the User-Agent header (or if that does not >>>exist, the M

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Ryan Anderson
On Tue, Aug 16, 2005 at 03:41:04AM +0200, Johannes Schindelin wrote: > On Mon, 15 Aug 2005, Junio C Hamano wrote: > > > Johannes Schindelin <[EMAIL PROTECTED]> writes: > > > > > Maybe we should enhance git-applymbox to detect whitespace corruption in > > > particular, and output the User-Agent h

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Johannes Schindelin
Hi, On Mon, 15 Aug 2005, Junio C Hamano wrote: > Johannes Schindelin <[EMAIL PROTECTED]> writes: > > > Maybe we should enhance git-applymbox to detect whitespace corruption in > > particular, and output the User-Agent header (or if that does not > > exist, the Message-ID header; thanks, pine)

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Junio C Hamano
Johannes Schindelin <[EMAIL PROTECTED]> writes: > Maybe we should enhance git-applymbox to detect whitespace corruption in > particular, and output the User-Agent header (or if that does not > exist, the Message-ID header; thanks, pine) on error. We _could_ but I doubt it would help anybody. T

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Johannes Schindelin
Hi, On Mon, 15 Aug 2005, Linus Torvalds wrote: > On Tue, 16 Aug 2005, Johannes Schindelin wrote: > > > > BTW, I don't know how many people still use pine, but for those poor souls > > it may be good to mention that the quell-flowed-text is needed for recent > > versions. > > And 4.58 needs at

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Junio C Hamano
Linus Torvalds <[EMAIL PROTECTED]> writes: > And 4.58 needs at least this > diff-tree 8326dd8350be64ac7fc805f6563a1d61ad10d32c (from > e886a61f76edf5410573e92e38ce22974f9c40f1) > Author: Linus Torvalds <[EMAIL PROTECTED]> > Date: Mon Aug 15 17:23:51 2005 -0700 > > Fix pine whitespace-corru

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Linus Torvalds
On Tue, 16 Aug 2005, Johannes Schindelin wrote: > > BTW, I don't know how many people still use pine, but for those poor souls > it may be good to mention that the quell-flowed-text is needed for recent > versions. And 4.58 needs at least this Linus --- diff-tree 8326dd8350b

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Junio C Hamano
Johannes Schindelin <[EMAIL PROTECTED]> writes: > BTW, I don't know how many people still use pine, but for those poor souls > it may be good to mention that the quell-flowed-text is needed for recent > versions. Contributions from pine users are very much appreciated. Among the patches I eith

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Johannes Schindelin
Hi, On Sat, 13 Aug 2005, Junio C Hamano wrote: > +Note that your maintainer does not subscribe to the git mailing > +list (he reads it via mail-to-news gateway). Wow. I didn't even read a newsgroup in decades... BTW, I don't know how many people still use pine, but for those poor souls it may

[PATCH] Add SubmittingPatches

2005-08-13 Thread Junio C Hamano
Not that I have stricter patch submission standards than ordinary projects, I wanted to have it to make sure people understand what they are doing when they add their own Signed-off-by line. Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> --- Documentation/SubmittingPatches | 130