]> git.ipfire.org Git - thirdparty/git.git/commit - git-format-patch.sh
git-format-patch: --stdout option.
authorJunio C Hamano <junkio@cox.net>
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700)
commit655c7470e2ea7f25f22703b6654d7570e1567a39
tree4cce7fe305a0b5cb44fc1456023ac737a0c7ff82
parent4ebe63dfe6f2a8c652ecd8dfe6ab8a77b6c82b2f
git-format-patch: --stdout option.

This new flag generates the mbox formatted output to the standard
output, instead of saving them into a file per patch and implies --mbox.

It also fixes a corner case where the commit does not have *any* message.

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