On Wed, Sep 8, 2010 at 23:32, Ævar Arnfjörð Bjarmason [off-list ref] wrote:
On Wed, Sep 8, 2010 at 16:43, Junio C Hamano [off-list ref] wrote:
quoted
I've done
git fetch git://github.com/avar/git +ab/i18n-all-continue:ab/i18n
and rebuilt 'pu' with it (I am not quite ready to push the results out,
though).
Please squash in the following to appropriate patches in the series.
Thanks.
Thanks, those fixes were actually already part of the series, but I
hadn't squashed those yet.
I've gone ahead and done so:
pick 8e9b49d gettextize: git-clone "Cloning into" message
fixup 73f08a1 gettextize: git-clone "Cloning into" message braces
and:
pick 8e9b49d gettextize: git-clone "Cloning into" message
fixup 73f08a1 gettextize: git-clone "Cloning into" message braces
I've also fixed up the whole mess with the "me" messages. I.e. dropped
the revert commits and just fixed the originals so they make sense in
the first place.
Hi, since you didn't pick this up in the last push I fixed it up a bit
more.
I rebased ab/i18n-all-continue on the new master:
git fetch git://github.com/avar/git +ab/i18n-all-continue:ab/i18n
But you probably want this instead:
git fetch git://github.com/avar/git +ab/i18n-all-continue-with-hindi:ab/i18n
I took the liberty of adding Ramkumar Ramachandra's hi.po patch to the
series.
It also doesn't have your "Style fixups: explicitly disambiguate
nested if/if/else correspondence" commit since I fixed that in my
copy, and fixes the "me" issues by rewriting some old commits.