On 3/14/07, Alex Riesen [off-list ref] wrote:
On 3/14/07, Junio C Hamano [off-list ref] wrote:
quoted
The --quiet option is silently turned off (but --exit-code is
still in effect, so is silent output) if postprocessing filters
such as pickaxe and diff-filter are used. For all practical
purposes I do not think of a reason to want to use these filters
and not viewing the diff output.
pickaxe filter can be useful in hooks to enforce policy
Actually, I find it a bit strange to leave the output silent,
if --quiet is turned off. For all the user sees, it is still quiet
and exit-coded, just slow. Suggest either restore the
output format when turning the option off or not turning
it off at all (if possible. Is it?)