git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
	"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH 0/3] ab/i18n: README and GETTEXT_POISON support
Date: Fri,  3 Sep 2010 23:24:53 +0000	[thread overview]
Message-ID: <1283556296-7365-1-git-send-email-avarab@gmail.com> (raw)
In-Reply-To: <AANLkTi=6ctLp-8FeqOGMZuhwvM_7DbaEp7+LK4nXfCaE@mail.gmail.com>

On Fri, Sep 3, 2010 at 18:22, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> This is a pull request for an updated ab/i18n and the builtin.h
> changes. I can also send this to list on request, but it's 25 patches
> for what are trivial merge changes and a doc patch.
>
> I've rebased the ab/i18n series on top of master. Now it looks like
> this:
>
>    master
>    \
>     use-builtin-h-for-builtin-commands-v2
>     \
>      ab/i18n
>
> The changes are:
>
> [....]
>
>  1c7584b gettext: Add po/README file documenting Git's gettext
>
> This is new, a README file describing how to deal with the po/
> directory. See http://github.com/avar/git/raw/ab/i18n/po/README

Here's the README patch at the tip of the new ab/i18n (for reference,
because it wasn't on-list before), and the GETTEXT_POISON support I
promised to implement.

The poison support allows us to me much more sure that this gettext
stuff is actually working as intended. For one it turned up a bug in
the gettextization in builtin/fetch.c (I'll elaborate in a
soon-to-follow series).

Ævar Arnfjörð Bjarmason (3):
  gettext: Add po/README file documenting Git's gettext
  gettext: Add GETTEXT_POISON=YesPlease Makefile parameter
  gettext: add NO_GETTEXT_POISON prerequisite to tests

 Makefile                      |    9 ++++
 gettext.h                     |    4 ++
 po/README                     |   68 ++++++++++++++++++++++++++++
 t/lib-gettext.sh              |   10 +++-
 t/lib-httpd.sh                |    2 +-
 t/t0001-init.sh               |    2 +-
 t/t1200-tutorial.sh           |    4 +-
 t/t2200-add-update.sh         |    2 +-
 t/t2204-add-ignored.sh        |    8 ++--
 t/t3030-merge-recursive.sh    |    2 +-
 t/t3200-branch.sh             |    2 +-
 t/t3203-branch-output.sh      |    2 +-
 t/t3700-add.sh                |    4 +-
 t/t4001-diff-rename.sh        |    4 +-
 t/t4014-format-patch.sh       |    2 +-
 t/t5541-http-push.sh          |    2 +-
 t/t5601-clone.sh              |    2 +-
 t/t6040-tracking-info.sh      |    2 +-
 t/t6200-fmt-merge-msg.sh      |   28 ++++++------
 t/t7004-tag.sh                |    6 ++-
 t/t7060-wtstatus.sh           |    2 +-
 t/t7102-reset.sh              |    2 +-
 t/t7110-reset-merge.sh        |    6 +-
 t/t7201-co.sh                 |   10 ++--
 t/t7500-commit.sh             |    9 +++-
 t/t7501-commit.sh             |   16 +++++--
 t/t7502-commit.sh             |   46 ++++++++++----------
 t/t7506-status-submodule.sh   |   28 ++++++------
 t/t7508-status.sh             |   98 ++++++++++++++++++++--------------------
 t/t7600-merge.sh              |    2 +-
 t/t7602-merge-octopus-many.sh |    6 +-
 t/t7811-grep-open.sh          |    2 +-
 t/test-lib.sh                 |    1 +
 33 files changed, 247 insertions(+), 146 deletions(-)
 create mode 100644 po/README

-- 
1.7.2.2.336.g704fc

  reply	other threads:[~2010-09-03 23:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03 18:22 [GIT PULL] New ab/i18n series and builtin fixes Ævar Arnfjörð Bjarmason
2010-09-03 23:24 ` Ævar Arnfjörð Bjarmason [this message]
2010-09-03 23:24 ` [PATCH 1/3] gettext: Add po/README file documenting Git's gettext Ævar Arnfjörð Bjarmason
2010-09-03 23:24 ` [PATCH 2/3] gettext: Add GETTEXT_POISON=YesPlease Makefile parameter Ævar Arnfjörð Bjarmason
2010-09-03 23:24 ` [PATCH 3/3] gettext: add NO_GETTEXT_POISON prerequisite to tests Ævar Arnfjörð Bjarmason
2010-09-03 23:41   ` Ævar Arnfjörð Bjarmason
2010-09-04  0:49 ` [PATCH 0/2] [PULL] ab/i18n-gettextize & translations avarab
2010-09-04  0:49 ` [PATCH 1/2] po/de.po: add German translation avarab
2010-09-06 15:41   ` Thomas Rast
2010-09-06 16:09     ` Jan Krüger
2010-09-06 17:06       ` Ævar Arnfjörð Bjarmason
2010-09-06 16:24     ` Jens Lehmann
2010-09-06 19:58       ` Tilo Schwarz
2010-09-06 17:15     ` Ævar Arnfjörð Bjarmason
2010-09-04  0:49 ` [PATCH 2/2] po/en_GB.po: add British English Translation avarab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1283556296-7365-1-git-send-email-avarab@gmail.com \
    --to=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).