]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
"blame -c" should be compatible with "annotate"
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Sep 2008 07:57:35 +0000 (00:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Sep 2008 07:57:35 +0000 (00:57 -0700)
commit7ceacdffc5c05f9a763b4cb6ea7cb528004643c3
tree309b7e02e247486812f49ab83b34646b7508b51d
parentf88d225feb117f0429540da90b2552e198fa2e82
"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>
builtin-blame.c
t/t9400-git-cvsserver-server.sh