git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e6aaa39
)
builtin/blame.c: add translation to warning about failed revision walk
author
Stefan Beller
<redacted>
Sun, 10 Aug 2014 21:33:25 +0000
(23:33 +0200)
committer
Junio C Hamano
<redacted>
Tue, 12 Aug 2014 18:01:44 +0000
(11:01 -0700)
Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/blame.c
patch
|
blob
|
history
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
@@
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)) {
char *buf;
git clone https://git.99rst.org/PROJECT