Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: [PATCHv4 2/2] submodule: port init from shell to C

From: Duy Nguyen <hidden>
Date: 2016-06-15 23:08:31

Possibly related (same subject, not in this thread)

On Thu, Jan 28, 2016 at 9:30 AM, Stefan Beller [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 13583d9..689c354 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
+static int module_init(int argc, const char **argv, const char *prefix)
+{
+       int quiet = 0;
+       int i;
+
+       struct option module_init_options[] = {
+               OPT_STRING(0, "prefix", &prefix,
+                          N_("path"),
+                          N_("alternative anchor for relative paths")),
+               OPT__QUIET(&quiet, "Suppress output for initialzing a submodule"),
I think we need N_() around this "Suppress..." string. By the way,
typo in "initializing"
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help