On 3/14/07, Alex Riesen <raa.lkml@xxxxxxxxx> wrote:
On 3/14/07, Junio C Hamano <junkio@xxxxxxx> wrote: > 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?) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html