2015-09-11 23:53 GMT+08:00 Ralf Thielow <ralf.thielow@xxxxxxxxx>: > "false|true|preserve" are actual values for option "rebase" > of the "git-pull" command and should therefore not be marked > for translation. Agree, I see those who have already finished this round of l10n (including vi, fr, and zh_CN) not translate it and leave as it is. > Signed-off-by: Ralf Thielow <ralf.thielow@xxxxxxxxx> > --- > builtin/pull.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builtin/pull.c b/builtin/pull.c > index 7e3c11e..a39bb0a 100644 > --- a/builtin/pull.c > +++ b/builtin/pull.c > @@ -112,7 +112,7 @@ static struct option pull_options[] = { > /* Options passed to git-merge or git-rebase */ > OPT_GROUP(N_("Options related to merging")), > { OPTION_CALLBACK, 'r', "rebase", &opt_rebase, > - N_("false|true|preserve"), > + "false|true|preserve", > N_("incorporate changes by rebasing rather than merging"), > PARSE_OPT_OPTARG, parse_opt_rebase }, > OPT_PASSTHRU('n', NULL, &opt_diffstat, NULL, > -- > 2.6.0.rc1.199.g678474c > -- Jiang Xin -- 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