提交 a19f901d 编写于 作者: J Junio C Hamano

git-annotate: no need to exec blame; it is built-in now.

上级 368c2ac2
......@@ -4,7 +4,7 @@
* Copyright (C) 2006 Ryan Anderson
*/
#include "git-compat-util.h"
#include "exec_cmd.h"
#include "builtin.h"
int cmd_annotate(int argc, const char **argv, const char *prefix)
{
......@@ -20,6 +20,6 @@ int cmd_annotate(int argc, const char **argv, const char *prefix)
}
nargv[argc + 1] = NULL;
return execv_git_cmd(nargv);
return cmd_blame(argc + 1, nargv, prefix);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册