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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]