format-patch: don't pass on the --quiet flag
commit250087f2e5da8c066cf260c513478f19fa942c72
authorCarlos Martín Nieto <cmn@elego.de>
Tue, 12 Apr 2011 15:35:38 +0000 (12 17:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Apr 2011 19:49:11 +0000 (12 12:49 -0700)
treeb7562e40a117fb3dbce9760312ea612533f4ffd3
parentff46a49afadc92bf16ab1ec2dab6d31487de23cb
format-patch: don't pass on the --quiet flag

The --quiet flag is not meant to be passed on to the diff, as the user
always wants the patches to be produced so catch it and pass it to
reopen_stdout which decides whether to print the filename or not.

Noticed by Paul Gortmaker

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c