]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--am.sh
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)
commit0597ffa5ecff1b83f384357ab88afaf21838caa2
tree7b87e05ecb6683f859d5946e08bfe0ef5f0a446c
parentd7ddad012b1badaf96075e880d546ef3525f23ff
rebase-am: explicitly disable cover-letter

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>
git-rebase--am.sh