projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f227631
)
i18n: rerere: mark parseopt strings for translation
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 20 Aug 2012 12:32:38 +0000
(19:32 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 20 Aug 2012 19:23:19 +0000
(12:23 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rerere.c
patch
|
blob
|
history
diff --git
a/builtin/rerere.c
b/builtin/rerere.c
index 08213c7c0bc6fa5d649a38520dc87222019babe2..dc1708e6d6de54b5aaec36d5ff4242bd60183f0a 100644
(file)
--- a/
builtin/rerere.c
+++ b/
builtin/rerere.c
@@
-8,7
+8,7
@@
#include "xdiff-interface.h"
static const char * const rerere_usage[] = {
-
"git rerere [clear | forget path... | status | remaining | diff | gc]"
,
+
N_("git rerere [clear | forget path... | status | remaining | diff | gc]")
,
NULL,
};
@@
-53,7
+53,7
@@
int cmd_rerere(int argc, const char **argv, const char *prefix)
struct option options[] = {
OPT_SET_INT(0, "rerere-autoupdate", &autoupdate,
-
"register clean resolutions in index"
, 1),
+
N_("register clean resolutions in index")
, 1),
OPT_END(),
};