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:
661558f
)
refspec.c: mark more strings for translation
author
Nguyễn Thái Ngọc Duy
<redacted>
Sat, 21 Jul 2018 07:49:36 +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>
refspec.c
patch
|
blob
|
history
diff --git
a/refspec.c
b/refspec.c
index c66351743bc21b0befed69b66260009ad6de147b..f529092fd6d9ba0474fd21b31d72c117794e640d 100644
(file)
--- a/
refspec.c
+++ b/
refspec.c
@@
-134,7
+134,7
@@
void refspec_item_init_or_die(struct refspec_item *item, const char *refspec,
int fetch)
{
if (!refspec_item_init(item, refspec, fetch))
- die(
"invalid refspec '%s'"
, refspec);
+ die(
_("invalid refspec '%s'")
, refspec);
}
void refspec_item_clear(struct refspec_item *item)
git clone https://git.99rst.org/PROJECT