git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-applymbox broken?
@ 2006-06-11 22:40 Linus Torvalds
  2006-06-11 23:33 ` Eric W. Biederman
  0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2006-06-11 22:40 UTC (permalink / raw)
  To: Junio C Hamano, Git Mailing List, Eric W. Biederman


It looks like something has broken git-applymbox lately.

The "From: authorname" lines are no longer removed from the message, and 
are duplicated in the commit log. This has resulted in several recent 
kernel commits looking like this:

	commit c0bbbc73d58f1b774cd987b5687a478a027f137c
	Author: Christoph Lameter <clameter@sgi.com>
	Date:   Sun Jun 11 15:22:26 2006 -0700
	
	    [PATCH] typo in vmscan.c
	    
	    From: Christoph Lameter <clameter@sgi.com>
	    
	    Looks like a comma was left from the conversion from a struct to an
	    assignment.
	    
	    Signed-off-by: Christoph Lameter <clameter@sgi.com>
	    Signed-off-by: Andrew Morton <akpm@osdl.org>
	    Signed-off-by: Linus Torvalds <torvalds@osdl.org>

where that "From:" in the body is totally wrong. I just didn't notice, 
until now. Arrr!

I _suspect_ that this is the work by Eric Biederman, ie part of the 
patches that do "Allow in body headers beyond the in body header 
prefix." and "Refactor commit messge handling."

Eric? Can you please fix this up? Lines from the body of the email that 
have been used to set authorship should _not_ also show up in the commit 
message.

		Linus

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

end of thread, other threads:[~2006-06-13  3:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-11 22:40 git-applymbox broken? Linus Torvalds
2006-06-11 23:33 ` Eric W. Biederman
2006-06-12  0:37   ` Linus Torvalds
2006-06-12  7:35     ` Eric W. Biederman
2006-06-12 18:45     ` [PATCH] Ignore blank lines among this inbody headers Eric W. Biederman
2006-06-12 19:29       ` Eric W. Biederman
2006-06-12 18:58     ` git-applymbox broken? Eric W. Biederman
2006-06-12 19:10       ` Linus Torvalds
2006-06-12 19:48         ` [PATCH] Don't parse any headers in the real body of an email message Eric W. Biederman
2006-06-12 20:10         ` git-applymbox broken? Eric W. Biederman
2006-06-12 22:43       ` Johannes Schindelin
2006-06-12 23:54         ` Randy.Dunlap
2006-06-13  3:41   ` Ryan Anderson

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