Thread (49 messages) flat view 49 messages, 5 authors, 2016-06-27

Re: [PATCH v12 17/20] index-helper: autorun mode

From: Duy Nguyen <hidden>
Date: 2016-06-25 16:36:22

On Thu, May 19, 2016 at 11:45 PM, David Turner [off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -417,6 +418,7 @@ int main(int argc, char **argv)
                         "verify shared memory after creating"),
                OPT_BOOL(0, "detach", &detach, "detach the process"),
                OPT_BOOL(0, "kill", &kill, "request that existing index helper processes exit"),
+               OPT_BOOL(0, "autorun", &autorun, "this is an automatic run of git index-helper, so certain errors can be solved by silently exiting"),
I just noticed (lately) that all options since --strict has been added
without _N() wrapped around the help string and they won't be
translated as a result. If autorun, for instance, is meant for
internal use only (which does not make sense since you document it in
index-helper.txt), you can hide it away and not worry about N_().
-- 
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