i18n: git-checkout "HEAD is now at" message
Gettextize the "HEAD is now at" messages. Several tests in t7201-co.sh explicitly checked for this message. Change them to skip under GETTEXT_POISON=YesPlease. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
983ca75ecb
commit
9398cc4bd4
@ -571,7 +571,7 @@ static void update_refs_for_switch(struct checkout_opts *opts,
|
||||
if (!opts->quiet) {
|
||||
if (old->path && advice_detached_head)
|
||||
detach_advice(old->path, new->name);
|
||||
describe_detached_head("HEAD is now at", new->commit);
|
||||
describe_detached_head(_("HEAD is now at"), new->commit);
|
||||
}
|
||||
}
|
||||
remove_branch_state();
|
||||
|
Reference in New Issue
Block a user