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:
67de23d
)
mv: mark strings for translations
author
Nguyễn Thái Ngọc Duy
<redacted>
Sun, 10 Aug 2014 02:29:29 +0000
(09:29 +0700)
committer
Junio C Hamano
<redacted>
Mon, 11 Aug 2014 17:48:06 +0000
(10:48 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/mv.c
patch
|
blob
|
history
diff --git
a/builtin/mv.c
b/builtin/mv.c
index 6ffe540c202f69a41fcf40d443f73073d3ba08bd..b892f63df914015e97075ccfc0d7e7d3c854a5f6 100644
(file)
--- a/
builtin/mv.c
+++ b/
builtin/mv.c
@@
-108,7
+108,7
@@
int cmd_mv(int argc, const char **argv, const char *prefix)
destination = internal_copy_pathspec(dest_path[0], argv, argc, DUP_BASENAME);
} else {
if (argc != 1)
- die(
"destination '%s' is not a directory"
, dest_path[0]);
+ die(
_("destination '%s' is not a directory")
, dest_path[0]);
destination = dest_path;
}
git clone https://git.99rst.org/PROJECT