On Wed, Apr 13, 2011 at 08:58:58AM -0700, Junio C Hamano wrote:
Carlos Martín Nieto [off-list ref] writes:
quoted
Set the always_show_header option to fix this.
I don't think that is correct. The command should skip empty commits, no?
Yes, from the man page, they should be skipped unless "-m" is passed.
I'll take a look at this later when I have time. I plan to tag -rc2
today.
Maybe unconditionally unsetting QUICK would give the desired
result. Tomorrow I should be done changing cmd_log_init to use the
parse options API so it's easier to catch "--quiet".
cmn