[PATCH] format-patch: always --mbox and show sane Date:
authorJunio C Hamano <junkio@cox.net>
Fri, 13 Jan 2006 23:56:44 +0000 (15:56 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Jan 2006 01:21:34 +0000 (17:21 -0800)
commit36383a3df37116f6022b5a0f7331fb19337c4730
treef5fb82a918b86646d785628f3e5f66587dae5090
parent9e9b26751a5ca7a257b3e1cfb319fe3e4efc663c
[PATCH] format-patch: always --mbox and show sane Date:

Make --mbox, --author, and --date options a no-op, and always
use --mbox output, and rewrite the commit log formatting in
Perl.  This makes it easier to output Date: header in RFC 2822
format, so do that as well.

Inspiration for this patch came from Andreas Ericsson's earlier
patch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh