Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/blame.c: add translation to warning about failed revision walk
author
Stefan Beller
<stefanbeller@gmail.com>
Sun, 10 Aug 2014 21:33:25 +0000
(23:33 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Aug 2014 18:01:44 +0000
(11:01 -0700)
Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e6aaa39
)
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 9047b6ef4caa0aa5ca964cdfafdbc19985a3cb25..b8c5f747bf01c43de2ec1fdf3b7e6ea3150d5b90 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-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;