author | Carlos Martín Nieto <cmn@elego.de> | |
Tue, 12 Apr 2011 15:35:38 +0000 (17:35 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Apr 2011 19:49:11 +0000 (12:49 -0700) | ||
commit | 250087f2e5da8c066cf260c513478f19fa942c72 | |
tree | b7562e40a117fb3dbce9760312ea612533f4ffd3 | tree | snapshot |
parent | ff46a49afadc92bf16ab1ec2dab6d31487de23cb | commit | diff |
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>
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 | diff | blob | history |