mirror of
https://github.com/git/git.git
synced 2024-11-29 04:54:56 +08:00
Merge branch 'sb/blame-msg-i18n'
* sb/blame-msg-i18n: builtin/blame.c: add translation to warning about failed revision walk
This commit is contained in:
commit
929df991c2
@ -2700,7 +2700,7 @@ parse_done:
|
||||
* uninteresting.
|
||||
*/
|
||||
if (prepare_revision_walk(&revs))
|
||||
die("revision walk setup failed");
|
||||
die(_("revision walk setup failed"));
|
||||
|
||||
if (is_null_sha1(sb.final->object.sha1)) {
|
||||
o = sb.final->util;
|
||||
|
Loading…
Reference in New Issue
Block a user