On Thu, May 19, 2016 at 11:45 PM, David Turner <dturner@xxxxxxxxxxxxxxxx> wrote: > @@ -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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html