git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Xudong Guan <xudong.guan@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] Initial Chinese translation
Date: Sun, 22 Jul 2007 12:39:16 +0100 (BST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707221233330.14781@racer.site> (raw)
In-Reply-To: <20070722085338.GA18268@xguan-laptop>

Hi,

On Sun, 22 Jul 2007, Xudong Guan wrote:

> On 01:06 Sun 22 Jul     , Junio C Hamano wrote:
> > Yeah, I was hinting to rename this file to zh_CN.po from day
> > one.
> 
> I agree.
> 
> I am new to the patch-in-email way of doing things. If I could do
> better, please give me hints. Can I push directly to mob? Like:
> $ git clone http://repo.or.cz/r/git-gui/git-gui-i18n
> hack hack hack ....
> $ git push http://repo.or.cz/r/git-gui/git-gui-i18n master:mob

Almost:

$ git push mob@repo.or.cz:/srv/git/git-gui/git-gui-i18n.git master:mob

If it says that you might want to pull first, please consider pulling from 
mob with

$ git pull http://repo.or.cz/r/git-gui/git-gui-i18n.git/ mob

or rebasing with

$ git fetch http://repo.or.cz/r/git-gui/git-gui-i18n.git/ mob
$ git rebase FETCH_HEAD

> >From 936787ddbdeaf0bcecbb1359179dae90c20418b0 Mon Sep 17 00:00:00 2001
> From: Xudong Guan <xudong.guan@gmail.com>
> Date: Sun, 22 Jul 2007 09:41:12 +0100
> Subject: [PATCH] git-gui: renamed po/zh.po -> po/zh_CN.po

Thanks.  Applied.

Before applying, I usually compile test, and it seems like just one 
translation is missing: Apply/Revert Hunk.  Could you please add that, 
too?  Thank you.

> ---
>  po/zh.po    |  250 -----------------------------------------------------------
>  po/zh_CN.po |  250 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Just a tip for the next time: the git diff family -- including 
format-patch -- knows about renames, when you call it with "-M".  The 
patch will be much shorter then, saying that there was a rename.  It is 
not turned on by default, since only Git knows about this extension for 
the time being.  But that's what we're using, so no problem there.

Ciao,
Dscho

  parent reply	other threads:[~2007-07-22 11:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-22  0:08 [PATCH] Initial Chinese translation Xudong Guan
2007-07-22  0:32 ` Junio C Hamano
2007-07-22  0:34 ` Johannes Schindelin
2007-07-22  0:54   ` Xudong Guan
2007-07-22  0:35 ` Junio C Hamano
2007-07-22  7:35   ` Shawn O. Pearce
2007-07-22  8:06     ` Junio C Hamano
2007-07-22  8:53       ` Xudong Guan
2007-07-22  9:06         ` Junio C Hamano
2007-07-22 11:39         ` Johannes Schindelin [this message]
2007-07-22 12:04           ` Johannes Schindelin

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=Pine.LNX.4.64.0707221233330.14781@racer.site \
    --to=johannes.schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=xudong.guan@gmail.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).