]> asedeno.scripts.mit.edu Git - git.git/commit
Teach applymbox to keep the Subject: line.
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 05:18:27 +0000 (22:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 05:22:35 +0000 (22:22 -0700)
commit6bff6a60680ef402f614abae8189c2cb198cfa49
treea78ad829aefcc7ae100fe9b6547ee3f0cb0b5738
parent9577e7e3db2299febdc17539478bba38874d4120
Teach applymbox to keep the Subject: line.

This corresponds to the -k flag to git format-patch --mbox
option.  The option should probably not be used when applying a
real e-mail patch, but is needed when format-patch and applymbox
pair is used for cherrypicking.

Signed-off-by: Junio C Hamano <junkio@cox.net>
tools/git-applymbox
tools/git-applypatch
tools/mailinfo.c