Code

autocrlf: Make it work also for un-normalized repositories
[git.git] / builtin-blame.c
index 4094f3c06111e365c6ab6063746e5928bd2ee8a1..10f7eacf6e881cdb54a6b4a4c0aafc5f9751e5a9 100644 (file)
@@ -2365,6 +2365,7 @@ parse_done:
                        die_errno("cannot stat path '%s'", path);
        }
 
+       revs.disable_stdin = 1;
        setup_revisions(argc, argv, &revs, NULL);
        memset(&sb, 0, sizeof(sb));