While 'git blame rev -- path' works, 'git blame rev path' didn't. Signed-off-by: Mike Hommey <mh@xxxxxxxxxxxx> --- builtin-blame.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/builtin-blame.c b/builtin-blame.c index aedc294..141287e 100644 --- a/builtin-blame.c +++ b/builtin-blame.c @@ -2294,10 +2294,6 @@ int cmd_blame(int argc, const char **argv, const char *prefix) } else if (i != argc - 1) usage(blame_usage); /* garbage at end */ - - if (!has_path_in_work_tree(path)) - die("cannot stat path %s: %s", - path, strerror(errno)); } } -- 1.5.3.5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html