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:
cbb46ca
)
exec-cmd.c: mark more strings for translation
author
Nguyễn Thái Ngọc Duy
<redacted>
Sat, 21 Jul 2018 07:49:32 +0000
(09:49 +0200)
committer
Junio C Hamano
<redacted>
Mon, 23 Jul 2018 18:19:10 +0000
(11:19 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
exec-cmd.c
patch
|
blob
|
history
diff --git
a/exec-cmd.c
b/exec-cmd.c
index 02d31ee89711da7a4d5a483c6339909c05a15e08..4f81f443105f071e488a0436b7fe0579e22bc816 100644
(file)
--- a/
exec-cmd.c
+++ b/
exec-cmd.c
@@
-358,7
+358,7
@@
int execl_git_cmd(const char *cmd, ...)
}
va_end(param);
if (MAX_ARGS <= argc)
- return error(
"too many args to run %s"
, cmd);
+ return error(
_("too many args to run %s")
, cmd);
argv[argc] = NULL;
return execv_git_cmd(argv);
git clone https://git.99rst.org/PROJECT