rebase-am: explicitly disable cover-letter
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 14 Apr 2013 22:27:04 +0000 (17:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 03:01:07 +0000 (20:01 -0700)
If the user has a cover-letter configuration set to anything other
than 'false', 'git format-patch' may generate a cover letter, which
has no place in "format-patch | am" pipeline.

The internal invocation of format-patch must explicitly override the
configuration from the command line, just like --src-prefix and other
options already do.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found