Code

gettextize: git-commit "enter the commit message" message
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 19 Sep 2010 16:53:39 +0000 (16:53 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:10:19 +0000 (07:10 +0000)
commit6c3bfcff3f8e820957e90ff21f456b61164720cd
tree306cc1313c72491efe3a540f0f0ea8b8a915e6d9
parent74094d862cf8cec8f2136d46ddbe915b0a3f483c
gettextize: git-commit "enter the commit message" message

Gettextize the "# Please enter the commit message for your changes."
message. Several tests in t7500-commit.sh and t7502-commit.sh assume
that this message starts with a newline. Change the tests to to skip
under GETTEXT_POISON=YesPlease.

These fail under GETTEXT_POISON=YesPlease because the poison editor
message doesn't do the right thing with comments and line breaks, so
these messages will be incorrectly broken up across lines.

This test should not be skipped under a hypothetical future testing
mode that tests Git under language locales, since those messages
should all start with a newline like the original.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin/commit.c
t/t7500-commit.sh
t/t7502-commit.sh