Skip to content

Commit

Permalink
builtin/blame.c: add translation to warning about failed revision walk
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Beller authored and Junio C Hamano committed Aug 12, 2014
1 parent e6aaa39 commit 2010874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/blame.c
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
* uninteresting.
*/
if (prepare_revision_walk(&revs))
die("revision walk setup failed");
die(_("revision walk setup failed"));

if (is_null_sha1(sb.final->object.sha1)) {
char *buf;
Expand Down

0 comments on commit 2010874

Please sign in to comment.