author | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 May 2011 19:25:24 +0000 (12:25 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 May 2011 19:25:24 +0000 (12:25 -0700) | ||
commit | 01771a8e2b9f697d1ae4e3d20d9ab86a4aa9e633 | |
tree | 33a7db16f83f1c93d463af4473439447960bf091 | tree | snapshot |
parent | 1c40c36b9acbb55726ea0fcf98714a85e159e45f | commit | diff |
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>
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 | diff | blob | history |