log: --quiet should serve as synonym to -s
commit01771a8e2b9f697d1ae4e3d20d9ab86a4aa9e633
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 May 2011 19:25:24 +0000 (28 12:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 May 2011 19:25:24 +0000 (28 12:25 -0700)
tree33a7db16f83f1c93d463af4473439447960bf091
parent1c40c36b9acbb55726ea0fcf98714a85e159e45f
log: --quiet should serve as synonym to -s

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>
builtin/log.c