author | Junio C Hamano <junkio@cox.net> | |
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700) | ||
commit | 655c7470e2ea7f25f22703b6654d7570e1567a39 | |
tree | 4cce7fe305a0b5cb44fc1456023ac737a0c7ff82 | tree | snapshot |
parent | 4ebe63dfe6f2a8c652ecd8dfe6ab8a77b6c82b2f | commit | diff |
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>
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 | diff | blob | history |