[PATCH] format-patch: --mbox and --check.
commit5c2c972f474f22894f5cbcc1234b5dc022de5a33
authorJunio C Hamano <junkio@cox.net>
Fri, 22 Jul 2005 23:04:47 +0000 (22 16:04 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 22 Jul 2005 23:29:28 +0000 (22 16:29 -0700)
tree4446c690e768ad3c034c3633e7a7533e8ce988b9
parent44d2eb51b1c360c0337429f9a4a4f95d26d047eb
[PATCH] format-patch: --mbox and --check.

Add --mbox option to export patches in a format resembling UNIX
mbox, so that later they can be concatenated and fed to
applymbox.

Add --check to look for lines that introduce bogus whitespaces.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-format-patch-script