log: --quiet should serve as synonym to -s
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 May 2011 19:25:24 +0000 (12:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 May 2011 19:25:24 +0000 (12:25 -0700)
The previous commit simply hijacked --quiet and essentially made it into a
no-op. Instead, take it as a cue that the end user wants to omit the patch
output from commands that default to show patches, e.g. "show".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found