author | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Sep 2008 07:57:35 +0000 (00:57 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Sep 2008 07:57:35 +0000 (00:57 -0700) | ||
commit | 7ceacdffc5c05f9a763b4cb6ea7cb528004643c3 | |
tree | 309b7e02e247486812f49ab83b34646b7508b51d | tree | snapshot |
parent | f88d225feb117f0429540da90b2552e198fa2e82 | commit | diff |
"blame -c" should be compatible with "annotate"
There is no reason to have a separate variable cmd_is_annotate;
OUTPUT_ANNOTATE_COMPAT option is supposed to produce the compatibility
output, and we should produce the same output even when the command was
not invoked as "annotate" but as "blame -c".
Noticed by Pasky.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There is no reason to have a separate variable cmd_is_annotate;
OUTPUT_ANNOTATE_COMPAT option is supposed to produce the compatibility
output, and we should produce the same output even when the command was
not invoked as "annotate" but as "blame -c".
Noticed by Pasky.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-blame.c | diff | blob | history | |
t/t9400-git-cvsserver-server.sh | diff | blob | history |