annotate: fix for cvsserver.

git-cvsserver does not want the boundary commits shown any differently.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2007-02-06 01:52:04 -08:00
parent c8f80d4dc8
commit e68989a739
2 changed files with 7 additions and 4 deletions

View File

@ -12,7 +12,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix)
int i;
nargv = xmalloc(sizeof(char *) * (argc + 2));
nargv[0] = "blame";
nargv[0] = "annotate";
nargv[1] = "-c";
for (i = 1; i < argc; i++) {