Make git-send-email aware of Cc: lines.
authorJ. Bruce Fields <bfields@fieldses.org>
Mon, 19 Mar 2007 01:37:53 +0000 (21:37 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Mar 2007 04:10:03 +0000 (21:10 -0700)
In the Linux kernel, for example, it's common to include Cc: lines
for cases when you want to remember to cc someone on a patch without
necessarily claiming they signed off on it. Make git-send-email
aware of these.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found